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 believe the first time I wrote this part of code, I was only thinking of the simplicity on implementation… I will look into this and try to decide on a better solution, such as
http
http://
It seems that protocol-relative URLs are not part of the URI standard, and it is more likely of an ad-hoc resource locating solution for website migrating from HTTP to HTTPS without crossing the domain unnecessarily.
The following call raises an exception:
I wanted to get a full URL of a page (I'm sure there is a simpler way but I couldn't find it...)
Apparently I need to send
"http:"
as protocol string, which I find not intuitive.The text was updated successfully, but these errors were encountered: