Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
IE requesting partial URL if IP address specified
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
jasonatkins2...@hotmail.com  
View profile   Translate to Translated (View Original)
 More options 30 Oct 2006, 12:37
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: jasonatkins2...@hotmail.com
Date: 30 Oct 2006 04:37:21 -0800
Local: Mon 30 Oct 2006 12:37
Subject: IE requesting partial URL if IP address specified
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
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 http://myServer/myPage/Page1 HTTP/1.1

If I attempt the same thing using the server IP address, the initial
GET request from IE does not contain the fully resolved url of the
page. For example,

GET /myPage/Page1 HTTP/1.1

If I repeat these steps using Firefox, I always get the fully resolved
url regardless of using IP or servername.

Why do I get this problem with Internet Explorer only?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jasonatkins2...@hotmail.com  
View profile   Translate to Translated (View Original)
 More options 30 Oct 2006, 13:45
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: jasonatkins2...@hotmail.com
Date: 30 Oct 2006 05:45:39 -0800
Local: Mon 30 Oct 2006 13:45
Subject: Re: IE requesting partial URL if IP address specified
After looking at the RFC 2616 at
http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html, it would seem
that IE is not abiding by the rules declared in section 5.1.2 Request
URI:

"The absoluteURI form is REQUIRED when the request is being made to a
proxy".


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jasonatkins2...@hotmail.com  
View profile   Translate to Translated (View Original)
 More options 30 Oct 2006, 16:37
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: jasonatkins2...@hotmail.com
Date: 30 Oct 2006 08:37:11 -0800
Local: Mon 30 Oct 2006 16:37
Subject: Re: IE requesting partial URL if IP address specified
For anyone interested, I have found what was causing this problem.

If I attempt to access a page using the same server as my proxy server,
IE seems to think it isn't going via a proxy. For example:

Proxy server is called 'myProxy' and port is 8080 = myProxy:8080
Target URL is http://myProxy:8080/myPages/Page1

I got the following results from the network trace of the HTTP activity
on my proxy server:

client -> proxy: GET /myPages/Page1 HTTP/1.1
proxy -> client: HTTP/1.1 407 Proxy Authentication Required

As RFC 2616 clearly states that clients must always use absolute URIs
when talking to a proxy server, the initial client request clearly
shows that the client thinks it isn't using a proxy. As a result, when
the server correctly returns the 407 asking for further authentication
(i'm using NTLM), the client discards the request as it doesn't think
it is using a proxy. This results in an access denied error.

If I use the IP-address or FQDN of myProxy, an absolute URI is used in
the initial client request and the NTLM handshake works without
problem.

Basically, if you use either the non-FQDN, FQDN or IP-address for both
the client proxy server and target URI you will experience this
problem. This does not happen with any other browser I have tried.

Anybody know why IE does this?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google