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
Is there a way to make a request to an HTTPS site fallback to HTTP? When I try accessing a server with HTTPS that only exists in HTTP, I don't get anything from onHttpError or onStateChange.
Thanks!
The text was updated successfully, but these errors were encountered:
Is it android related only? I think it's because of android changed policy on from lollipop (api 21) and you need to specify that you want to allow that explicitly.
Thanks! I ended up sending an extra request to sites before navigating to them when the protocol is missing. I'm planning to load the data from the first request into the webview from the String output but I have to figure out how to get the cookies from the corresponding domain first.
Is there a way to make a request to an HTTPS site fallback to HTTP? When I try accessing a server with HTTPS that only exists in HTTP, I don't get anything from onHttpError or onStateChange.
Thanks!
The text was updated successfully, but these errors were encountered: