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
The idea is that it doesn't matter what protocol that is, plus we can use this to connect to other protocols (i.e. other ports listening on TCP).
It shouldn't matter whether it is HTTP or HTTPS since our purpose is to send traffic. Plus since the site is hosted on github.io which is always HTTPS doing this prevents the browser from stopping making non-https in secure context.
But we're happy to be proven wrong here. Welcome your contribution.
"https://${target.host}:${target.port}" - protocol http/https should be conditional on port 443 or 80. This way you can skip ${target.port} part
The text was updated successfully, but these errors were encountered: