I cannot seem to get the httpproxygenerator or wsproxygenerator working for POST requests. Here is my snippet:

<map:match pattern="submit/email">
  <map:generate type="wsproxy" src="http://myserver/submit.php";>
    <map:parameter name="wsproxy-method" value="post"/>
  </map:generate>
  <map:serialize type="xml"/>
</map:match>

Submitting directly to http://myserver/submit.php works fine. Changing the form to use GET and proxying the GET works fine. POST just doesn't seem to work.

Ideas?

Darren


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to