Re: reposting form values

2006-11-29 Thread Torsten Foertsch
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

Re: reposting form values

2006-11-28 Thread Robert Landrum
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

Re: reposting form values

2006-11-28 Thread Torsten Foertsch
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.