Re: Paypal IPN and HTTP 1.1 [message #182209 is a reply to message #182204] |
Sat, 20 July 2013 12:46 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 7/20/2013 6:25 AM, Mitch Bujard wrote:
> On 2013-07-17 13:36:58 +0000, Mitch Bujard said:
>
>> Today I got a message from Paypal entitled 'Action required before
>> October 7, 2013'. It says that at that date, IPN listener scripts will
>> have to be conformant to HTTP: 1.1 or they will stop working.
>
> Now, the follow-up. After modifying my PHP code, adding the stuff they
> want, I first got an error 411. Some googling showed me to a page where
> the guy had modified his code to prevent the error. So did I.
>
> Now I get 301 Moved Permanentl y. Code still does not work.
>
> Paypal community forums are quite dead.
>
> It's no so much as a php issue as Paypal inconsistency and lack of
> proper response and documentation. But it still is part of the php
> experience :(
>
> Has anybody got some helpful experience to share ?
>
> TIA
>
> Mitch
> http://FontMenu.com
> ---
> To err is human but to really foul up requires a computer.
> Dan Rather
>
It has nothing to do with PHP (other than that's what you choose to
use). You could be using Perl, VBScript, C++ or even assembler to
access the interface. The problem would be the same.
You need to be asking Paypal. They know their interface better than
anyone else.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|