post transformed into a get....

Hi there, I have a problem with some cgi stuff. Essentially I have some
POST to scripts but the address for the action is a server that only
redirects to the real server. Every time this happens the POST is
transformed into a GET on the target server. I think I can solve this
tweaking the redirect instructions, but actually don't know how to make
it... any hint?

d
me [ Fr, 16 November 2007 11:26 ] [ ID #1872508 ]

Re: post transformed into a get....

dawe wrote:

>
>
> Hi there, I have a problem with some cgi stuff. Essentially I have some
> POST to scripts but the address for the action is a server that only
> redirects to the real server. Every time this happens the POST is
> transformed into a GET on the target server. I think I can solve this
> tweaking the redirect instructions, but actually don't know how to make
> it... any hint?

Buggy user agents may treat 302 Found as 303 See also.
Try to use a 307 Temporary Redirect.

Read RFC-2616 from 10.3.2 to 10.3.8.
Available at <http://www.ietf.org/rfc/rfc2616.txt>

--
If you've a question that doesn't belong to Usenet, contact me at
<tabkanDELETETHISnaz [at] yahoDELETETHATo.fr>
tabkanDELETETHISnaz [ So, 18 November 2007 00:44 ] [ ID #1873613 ]
Webserver » alt.apache.configuration » post transformed into a get....

Vorheriges Thema: apache2-mpm-worker memory usage
Nächstes Thema: security-constraint url-pattern *.* does not work