Re: Paypal IPN and HTTP 1.1 [message #182228 is a reply to message #182204] |
Mon, 22 July 2013 14:33 |
j
Messages: 9 Registered: July 2011
Karma:
|
Junior 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.
This looks like a server issue. HTTP 1.1 has been around for quite a
while, why are you at 1.0?
I'm not sure what you can do in PHP other than send some headers with
the host info. Otherwise I see that there are a number of changes in 1.1
that can't be spoofed with a header.
I'd say deal with the server. Post some code if you like, I've written
both IPN and PayPal Pro code so I (and I assume others) have some
familiarity.
Jeff
>
> 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 Permanently. 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
>
|
|
|