AuthResend query string being appended to URL
Posted
by
Alastair Pitts
on Server Fault
See other posts from Server Fault
or by Alastair Pitts
Published on 2011-05-19T00:34:54Z
Indexed on
2012/12/16
23:06 UTC
Read the original article
Hit count: 475
isa
One of our clients is having an issue where POSTBACK seems to be broken when they connect to our Sharepoint application.
When they navigate to a URL, an erroneous query string gets appended to the URL, so the end of the URL becomes:
.../default.aspx&AuthResend1908BC2350124b5095AB75012FA405BA
this isn't something that appears on any other clients computers or ours internally. This is the only difference and it seems to be breaking their pages.
I had a quick Google and it seems that it's to do with a Microsoft ISA server, but I have no experience with that.
Is this a bug or setting on their ISA server?
© Server Fault or respective owner