English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I launch a webpage using an html file. How do I pass the user name and password on the browser address with the html file name? Or can I put the credentials in the html so that they are automatically entered?

2006-09-19 12:10:09 · 2 answers · asked by Steve P 5 in Computers & Internet Programming & Design

2 answers

You can put the credentials at the end of ".html". For example:

< a href = "blah.html?sendto=me&address=me@blah.org > link < /a >

Then you need a way for the web page that will be loaded to pick up the credentials.

2006-09-19 12:18:25 · answer #1 · answered by Gin Martini 5 · 1 0

I'm not sure exactly what you are trying to say, but passing username and password on the browser address sounds like really bad practice. You can always try cookies or pass them as hash encrypted strings and use javascript to do checking if security is really not big of a deal.

2006-09-20 00:53:56 · answer #2 · answered by soulblazer28 2 · 0 0

fedest.com, questions and answers