I have a link for example:
www.site.com
When I click on it the site has an authentication requirement. Is there anyway I can engineer the link so that the username and password are automatically filled in so I don't have to enter these details such as:
www.site.com?username="jim"&password="qwerty"
I was considering http headers but not sure how to implement or whether it is possible.