Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basic Authentication From Client Javascript

Status
Not open for further replies.

hundel

Programmer
Jun 10, 2003
15
US
I'd like to set header fields on a browser request. This would allow me to satisfy basic authentication requirements (user-pass). This can be done from DotNet and from Java clients easily, but I'd like to avoid a download.

Does client-side JavaScript offer access to the request header?
 
hundel,

sorry, no.

======================================

if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top