On Tuesday 28 November 2006 22:37, Robert Landrum 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
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 h
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.