In HTTP1.1 file_get_contents should never be used without $context and header close.
That said, it probably sounds like a good idea to switch to curl (if available on the system).
That should resolve https issues, as well, I assume.
mark
Am Freitag, 17. Mai 2013 18:48:19 UTC+2 schrieb kamov:
Hi,
I just take a look into code, and I see that you are using file_get_content instead of curl.
This function is disable for security reason.
Why you don't use cURL?
bye