logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: POST only works if URL is WWW.basesite.com
Author
liderbug



Joined: 30 May 2015
Posts: 5
Location: US, Black Forest

PostPosted: Fri 06 Aug '21 23:44    Post subject: POST only works if URL is WWW.basesite.com Reply with quote

I couldn't get my PayPalReturn.php script to handle the POST data - Array (0)

turns out my site was http://mysite.com/return.php and I need to set my site to http://www.mysite.com. GET works with/without WWW. POST >only< works if URL includes www. Also subdom.site.com and www.subdom.site.com don't do POST.

because...? Seattle has the Space Needle?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 23 Aug '21 9:03    Post subject: Reply with quote

Where do you set the return URL? In your merchant account or in the HTML?
Back to top


Reply to topic   Topic: POST only works if URL is WWW.basesite.com View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner