Invalid POST Request Exception

We are developing a Domino web application and we have a form that does not work correctly in Domino 6 but worked fine in Domino 5.

At first we were getting Page Expired errors and found a work-around for that, but now we get “Invalid POST Request Exception” errors on the server when we try running an agent from a hotspot using @Command([ToolsRunMacro];“(AgentName)”). Like I said, the agent ran fine in this manner in R5, but no longer works in 6.

The server is setup to accept 10 MB of POST information, there is nowhere near that much information being passed (there are no attachments involoved).

Anyone seen this or have a solution? Thanks!

Subject: Invalid POST Request Exception

Did anyone ever find a solution to this problem?