Posted by Chung Leong on 08/26/06 19:01
axlq wrote:
> This isn't a problem if the credit card processor accepts the
> form input data as a GET string in the URL; all I'd do is
> header("Location: $url"); to redirect the user to the credit card
> processor page which handles the payment. The problem is I need
> to do this by POSTing the form input data, while at the same time
> retain the ability to generate invoices from MY server using the
> same form.
You can redirect a POST with the HTTP status code 307. That only works
well with Internet Explorer though. Firefox would pop up a warning
message. Don't know if the issue's been fixed or not.
Navigation:
[Reply to this message]
|