To send username and password with a URL, we use this scheme:
http://username:[email protected]_site.com
But my username is [email protected]. The problem is the @.
[email protected]
@
How can I solve it?
You need to URL encode the @ as %40.