Post
Topic
Board Development & Technical Discussion
Re: [5 btc bounty] http error from json-rpc in php
by
Anduck
on 05/03/2013, 22:08:26 UTC
Try setting stream_context timeout to longer time, might help.

Or try cURL!

And try taking the http:// outta there.

And if it helps, here's an example on how to do it:
http://pastebin.com/YCYb0nPv

Let me know if any of these works.