Web Hosting Talk







View Full Version : Anyone use 2co v2 with "direct return" turned on


concorde
11-20-2004, 03:39 AM
Hi, I upgraded my 2co account to v2 because it supports "direct return" (2co will post data to my own script directly)

However, my PHP script does not work in IE.

Here is my order URL:
https://www2.2checkout.com/2co/buyer/purchase?sid=my-seller-id&total=10&cart_order_id=123&demo=Y

And here is the passback script (Yes it has only one line for test purpose):


<?php
echo "Order Number:" . $_POST['order_number'];
?>


If I use IE to place a test order, I will get HTTP 500 error when 2co posts data to my server. However, it won't have any problem if I use FireFox or Opera. My IE uses default setting and I also let other people to test it for me. What's wrong?:bawling: