On 09.04.2004 16:45, Darren Petrie wrote:

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.

Seems to be correct. What exactly does "POST just doesn't seem to work" mean?


I tried it with the samples in the proxy block, changed therefore the method to post and it works the same way like get.

Joerg

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



Reply via email to