Welcome to ISAserver.org

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

Response Header Issue with Monster.com

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [ISA 2006 Web Proxy] >> General >> Response Header Issue with Monster.com Page: [1]
Login
Message << Older Topic   Newer Topic >>
Response Header Issue with Monster.com - 12.Jun.2008 3:37:43 PM   
longman

 

Posts: 44
Joined: 7.Feb.2005
Status: offline
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.
Post #: 1

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [ISA 2006 Web Proxy] >> General >> Response Header Issue with Monster.com Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts