post transformed into a get....

post transformed into a get....

am 16.11.2007 11:26:51 von me

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

Re: post transformed into a get....

am 18.11.2007 00:44:08 von tabkanDELETETHISnaz

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

--
If you've a question that doesn't belong to Usenet, contact me at