You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue here. I'm getting {"status":{"http_code":0},"contents":null} from both manually entering the URL and going through JavaScript (easyXDM specifically).
Make sure you are encoding your URL, I ran into this issue recently, and after bashing my head in, realized I need to use encodeURIComponent on my URL string. Once I did that, everything worked. The example on the site uses serialize() on the whole form which also encodes HTML entities. Hopefully this helps someone.
When I test my php-simple-proxy installation by manually entering a remote URL in my web browser, it works fine.
But when I try to use JavaScript to get the same information, I just see:
Response: {"status":{"http_code":0},"contents":null}
The text was updated successfully, but these errors were encountered: