| |
microsoft.public.windows.inetexplorer.ie6.browser |
I am attempting to access a local web page via a proxy server. If I attempt to connect to the page using the servername (FQDN or GET http://myServer/myPage/Page1 HTTP/1.1 If I attempt the same thing using the server IP address, the initial GET /myPage/Page1 HTTP/1.1 If I repeat these steps using Firefox, I always get the fully resolved Why do I get this problem with Internet Explorer only?
non-FQDN), the initial GET request from the client IE browser clearly
specify the fully resolved url of the page I want. For example:
GET request from IE does not contain the fully resolved url of the
page. For example,
url regardless of using IP or servername.