Response Header Issue with Monster.com (Full Version)

All Forums >> [ISA 2006 Web Proxy] >> General



Message


longman -> Response Header Issue with Monster.com (12.Jun.2008 3:36:44 PM)

I have a user who when trying to post something to Monster.com gets an Isa Error with the problem being the "size of the response header is too large". I have read several posts with the same problem and 1 solution posted for Isa 2004. Anyone with knowledge of the issue or whether the post below with a script from MS would work for Isa 2006?

MS also provide the following script to set the MaxResponseHeadersSize.  I followed their instructions and the problem was resolved.

' Create the root object.
Dim root  ' The FPCLib.FPC root object
Set root = CreateObject("FPC.Root")
' Declare the other objects needed.
Dim isaArray     ' An FPCArray object
Dim webProxy     ' An FPCWebProxy object
Dim restartMask  ' A 32-bit bitmask of type FpcServices
' Get references to the array object
' and the Web proxy object.
Set isaArray = root.GetContainingArray()
Set webProxy = isaArray.ArrayPolicy.WebProxy
webProxy.MaxResponseHeadersSize = 64000
restartMask = webProxy.GetServiceRestartMask
webProxy.Save
' Restart the Firewall service so that
' the change will take effect.
isaArray.RestartServices restartMask


Save the file as test.vbs in C drive(Just an example)
Go to the location through command prompt type c:\cscript test.vbs
This script automatically restarts your ISA server.




paulo.oliveira -> RE: Response Header Issue with Monster.com (12.Jun.2008 4:12:29 PM)

Hi,

I was not aware of this problem. I ran the script in a test environment and it didnīt return any error message.
I advice you to do the same until ran in the production environment.

Donīt forget to backup it before. [;)]

Regards,
Paulo Oliveira.




Page: [1]