Paypal IPN返回HTTP / 1.1 403禁止

时间:2015-10-08 09:40:50

标签: paypal paypal-ipn

自10月1日起,我的IPN文件无效。路径和文件是

当我在IPN模拟器中尝试时,我的日志中有这些信息:

[2015-10-08 11:20 Europe/Paris] HTTP request of validation request:POST /cgi-bin/webscr HTTP/1.1
Host: www.paypal.com
Accept: */*
Connection: Close
User-Agent: company-name
Content-Length: 913
Content-Type: application/x-www-form-urlencoded

 for IPN payload: cmd=_notify-validate&payment_type=instant&payment_date=Thu+Oct+08+2015+10%3A59%3A11+GMT%2B0200+%28CEST%29&payment_status=Completed&address_status=confirmed&payer_status=verified&first_name=John&last_name=Smith&payer_email=buyer%40paypalsandbox.com&payer_id=TESTBUYERID01&address_name=John+Smith&address_country=United+States&address_country_code=US&address_zip=95131&address_state=CA&address_city=San+Jose&address_street=123+any+street&business=seller%40paypalsandbox.com&receiver_email=seller%40paypalsandbox.com&receiver_id=seller%40paypalsandbox.com&residence_country=US&item_name1=something&item_number1=AK-1234&tax=2.02&mc_currency=USD&mc_fee=0.44&mc_gross=12.34&mc_gross1=12.34&mc_handling=2.06&mc_handling1=1.67&mc_shipping=3.02&mc_shipping1=1.02&txn_type=cart&txn_id=893479947&notify_version=2.1&custom=xyz123&invoice=abc1234&test_ipn=1&verify_sign=AJNFZNUcg.BzCLg6LJUDCBr2KwOSAHINNAeY617BPXbByr2DJsge-6hL

[2015-10-08 11:20 Europe/Paris] HTTP response of validation request: HTTP/1.1 403 Forbidden

Server: BigIP
Content-Length: 0
Date: Thu, 08 Oct 2015 09:20:22 GMT
Connection: close
Strict-Transport-Security: max-age=63072000

我不明白为什么我的[2015-10-08 11:20欧洲/巴黎] HTTP响应验证请求:HTTP / 1.1 403 Forbidden

网址是正确的,因为我有日志信息。我发现我必须在这个主题中解析用户代理:Why do I keep getting a 403 forbidden with PayPal?

我这样做,但403仍然在这里,我不知道为什么。

如果您有任何想法可以帮助我,我将不胜感激!

谢谢, 杰里米。

0 个答案:

没有答案