Talk:Server.pl

From Organic Design wiki
Revision as of 09:07, 16 February 2006 by Nad (talk | contribs) (Add links to socket code examples)

Here are some directives Apache uses when it deals with IE clients:

SetEnvIf User-Agent ".*MSIE.*" \

nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

Might give a clue to it's little quirks.

--Rob 09:44, 16 Feb 2006 (NZDT)

Currently HTTP authentication is just base64 encoded username:password which is basically just plain text, so the password can easily be discovered.

  1. Bugs & Notes