Invalid POST Request Exception

I keep getting “Invalid Post Request Exception” from the Domino server when i Check in a Domino.Doc Document.

It’s propably not the classic size problem. I have the following settings in the server document:

HTTP Protocol Limits:

*Maximum size of request headers:48 kilobytes

*Maximum size of request content:10000 kilobytes (specify 0 to allow unlimited content)

POST Data:

Maximum POST data (in kilobytes):10000

File compression on upload: Disabled

I have also tried to set 0 in both settings above with no effect.

It works just fine if I log on to the server with remote desktop and run the exact same post from the exact same url.

Any help appreciated!!

/Patrik

Subject: Invalid POST Request Exception

Being a developer, I’m not an expert in these things, but I seem to remember that an over-helpful proxy server can sometimes be the cause of such problems. Sometimes the proxy can change the contents of the HTTP header - and get it wrong.

You may like to check with the proxy admins to turn off HTTP header optimisations. I had to do this on a previous project - the proxy was mangling the cache-control setting.