Forum Moderators: coopster & phranque

Message Too Old, No Replies

302 response from script

What does it mean?

         

CromeYellow

2:53 pm on Mar 28, 2003 (gmt 0)

10+ Year Member



Hi

Scripting novice alert!

I have taken the rather brave (or stupid) move of trying to install a callback script on one of our online payment installations at WorldPay.

When I try to get the script to run, I am getting callback failed, "Callback obtained HTTP '302' response".

Can anyone tell me what this means?

If I can find this out I *might* be able to track down the problem.

Thanks

Cy

andreasfriedrich

2:58 pm on Mar 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



302 is a HTTP status code that indicates that the requested resource was found but is temporarily available under a different URI. UAs should request that temporary URI which is contained in the serverīs HTTP response header field Location.

See RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 [faqs.org].

Andreas

Birdman

3:00 pm on Mar 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Code 302 means "moved temporarily" as opposed to code 301, which means "moved permantly".

Sorry, that's all the info I can offer.

Too fast for me, Andreas

CromeYellow

3:17 pm on Mar 28, 2003 (gmt 0)

10+ Year Member



Thanks guys, that's really quick!

I think, judging by my lack of comprehension of the replies, that I'd better go hire someone. :)

Cy