On Thu, 2010-05-06 at 10:17 -0700, piHuv wrote: > Hi > > I am trying to do a POST from a search website and get the following > error message "HTTPHelp : ClientProtocolException : > org.apache.http.client.HttpResponseException: Bad Request ( The HTTP request > includes a non-supported header. Contact your ISA Server administrator. )". > The strange thing is that I can download the page using the GET method with > or without the setting the DEFAULT_PROXY. > > Below is the POST, the GET subroutines and the debug error message that > I get from doing a POST. Thanks for your help inadvance. >
This is a known compatibility with MS ISA server. The problem is the 'expect-continue' handshake. Disable it and this should solve the problem. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
