veedub Posted May 1, 2007 Share Posted May 1, 2007 Hello, I'm running a back end script with a simple redirect that posts records to another server in the form of: header("Location:https://90..................... I'm getting the error: 302(found) when the script runs anyone seen this before? cheers Link to comment https://forums.phpfreaks.com/topic/49457-error-on-redirect-within-a-php-script-302found/ Share on other sites More sharing options...
trq Posted May 1, 2007 Share Posted May 1, 2007 Can we see your actual call to the header() function please? Link to comment https://forums.phpfreaks.com/topic/49457-error-on-redirect-within-a-php-script-302found/#findComment-242392 Share on other sites More sharing options...
Ninjakreborn Posted May 1, 2007 Share Posted May 1, 2007 http://www.google.com/search?source=ig&hl=en&q=error%3A+302%28found%29++in+php&btnG=Google+Search Link to comment https://forums.phpfreaks.com/topic/49457-error-on-redirect-within-a-php-script-302found/#findComment-242394 Share on other sites More sharing options...
veedub Posted May 1, 2007 Author Share Posted May 1, 2007 Hi Thorpe, The script system that calls the script is not mine it sends a message from the APEX platform in the form of XML. I read the message using PHP 5 and a SOAP and pass back a notification using a SOAP envelope. This works fine. But when the redirect is in place it falls over. cheers. (well quick response by the way, cheers) Link to comment https://forums.phpfreaks.com/topic/49457-error-on-redirect-within-a-php-script-302found/#findComment-242402 Share on other sites More sharing options...
Ninjakreborn Posted May 1, 2007 Share Posted May 1, 2007 See if the API your are using has documentation, if it does pour through it, there should be an FAQ or something related to problems that you can find that might help you debug the issue better. Link to comment https://forums.phpfreaks.com/topic/49457-error-on-redirect-within-a-php-script-302found/#findComment-242411 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.