Get Request not being sent in IE7
Get Request not being sent in IE7
(OP)
Hello All
Not sure if this is the appropriate forum. I have a number of client workstations (Vista + IE7) trying to get to an intranet site (IIS 6) that requires Integrated Authentication. These workstation fail, after having checked all the IE settings that I know of I cannot see anything to the contrary.
I then did a netmon and found that that initial get request does not contain a HTTP Cookie. This is the only thing that appears different comparing the trace to a working workstation. They both negotiate to NTLM auth, does anyone know what setting would stop the client sending a cookie?
Belated happy new year
Not sure if this is the appropriate forum. I have a number of client workstations (Vista + IE7) trying to get to an intranet site (IIS 6) that requires Integrated Authentication. These workstation fail, after having checked all the IE settings that I know of I cannot see anything to the contrary.
I then did a netmon and found that that initial get request does not contain a HTTP Cookie. This is the only thing that appears different comparing the trace to a working workstation. They both negotiate to NTLM auth, does anyone know what setting would stop the client sending a cookie?
Belated happy new year
RE: Get Request not being sent in IE7
RE: Get Request not being sent in IE7
When looking at the netmon trace I can see the NTLM handshake and on the first round trip the client does not give a cookie, where as those working clients do. Now I come across another laptop in the same site where it does not give a cookie, the web server responds with a 401.2 and then the client comes back with another Get Request and this time there is a cookie. I think its a reg setting that is not applied to those boxes but not sure what key?!!
RE: Get Request not being sent in IE7
The default of 1500 was too big, dropped it down and now it works!! yippee
RE: Get Request not being sent in IE7
Are these on a Internal LAN / WAN? It could indicate you have a networking issue, with fragmented packets not being routed correctly
Robert Wilensky:
We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true.
RE: Get Request not being sent in IE7