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 haven't tested, but I suspect the apple.com address is redirecting to an SSL address. Clj-http might then be following it, but because the proxy URL isn't SSL itself, it sends a blob of encrypted stuff back to your browser.
Do you know if the URL you're trying to proxy is redirecting to SSL?
In my toy app: http://localhost:3000/devel/store/fdfd works, but http://localhost:3000/devel/ does not, can you please help me?
The text was updated successfully, but these errors were encountered: