SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : DATEK Web Pages

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Jon Tara who wrote (93)4/15/1998 11:20:00 PM
From: Gorak Shep  Read Replies (1) of 205
 
One more possibility - if Datek restarts their web server, then their authentication cache will probably be lost, and you would have to re-authenticate.

This is not true. Authorization is an attribute-value pair in the header fields of an HTTP request. When you first try to contact Datek (or any host), your request does not contain this pair and the Datek server returns an authorization failure. In response to this, your browser then puts up the popup dialog asking for the username-password information and remembers it with respect to the domain name of your request. It then resends the original request with the included authorization information. All future requests to the same host use the authorization info saved by the browser. If you quit your browser, this information is forgotten. If you restart your browser and then try to access Datek again, you will again be asked for username and password. Since the info is cached per domain name, the browser must ask for each different Datek server.

To sum, servers don't remember the authorization info like datek's username and password; your browser does. Servers are stateless.

For completeness, the authorization pair is sent in the form:

Authorization: username:password

where username:password is base64 encoded
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext