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?
Does client-side JavaScript offer access to the request header?