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
I'm trying to access REST API of twitter through proxy.
I followed the instructions and setup the proxy. When I try manually, it works fine.
However, I want to do GET/POST requests through this proxy.
So, when I access https://.appspot.com/api.twitter.com/....
I get an error, 'SSL is required'
Any idea how to resolve this issue ?
TIA.
The text was updated successfully, but these errors were encountered:
You'd need to extend the codebase somehow to also put the URL scheme in the proxied address. This is probably a good idea given how much of the web has made the switch to HTTPS lately.
I'm trying to access REST API of twitter through proxy.
I followed the instructions and setup the proxy. When I try manually, it works fine.
However, I want to do GET/POST requests through this proxy.
So, when I access https://.appspot.com/api.twitter.com/....
I get an error, 'SSL is required'
Any idea how to resolve this issue ?
TIA.
The text was updated successfully, but these errors were encountered: