Torsten Foertsch wrote:
On Tuesday 28 November 2006 21:31, Patrick Galbraith wrote:Quick question - how does one do a repost (using POST, not GET) form values? This would be in a redirect TransHandler.Your only chance is to proxy the request to the other server. You cannot use a Location header to trigger a POST.
You could also pump out HTML and call form.submit() with Javascript. Other than that, Torsten is correct. Use LWP to proxy the post data back to the client.
Rob