Created
October 12, 2011 16:44
-
-
Save curtismchale/1281774 to your computer and use it in GitHub Desktop.
paypal IPN output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[headers] => Array | |
( | |
[date] => Wed, 12 Oct 2011 16:43:03 GMT | |
[server] => Apache | |
[x-frame-options] => SAMEORIGIN | |
[set-cookie] => Array | |
( | |
[0] => cwrClyrK4LoCV1fydGbAxiNL6iG=nCjyLd7d9MfRHl7YkCVHge47b1p2aZUcZJqm1l1pWkIOrNBCDtI3mJdoGwduc0EGILEnqCTT5zWFZ8QEPHgj_6hLrbjGH8B22_UCH3YkQvhladuusBIOPX-o_dCG-6gfEXsdpW%7cTMrchYr4J_kFS4bGx1rn1P3FESW--5D9CO1P9O6AUlgyt_42EAN2ZVKosoS5LWfgGI1NXG%7ckyTIO3wmjAAEyG2e7Uds0yBvJDS3ALVbWf1lUfNbhkQX4MUu8thJXciIguLaC1ALUK5IyW%7c1318437784; domain=.paypal.com; path=/; Secure; HttpOnly | |
[1] => cookie_check=yes; expires=Sat, 09-Oct-2021 16:43:04 GMT; domain=.paypal.com; path=/; Secure; HttpOnly | |
[2] => navcmd=_notify-validate; domain=.paypal.com; path=/; Secure; HttpOnly | |
[3] => navlns=0.0; expires=Tue, 07-Oct-2031 16:43:04 GMT; domain=.paypal.com; path=/; Secure; HttpOnly | |
[4] => Apache=10.190.9.194.1318437783897442; path=/; expires=Fri, 04-Oct-41 16:43:03 GMT | |
) | |
[vary] => Accept-Encoding | |
[strict-transport-security] => max-age=500 | |
[connection] => close | |
[content-type] => text/html; charset=UTF-8 | |
) | |
[body] => INVALID | |
[response] => Array | |
( | |
[code] => 200 | |
[message] => OK | |
) | |
[cookies] => Array | |
( | |
[0] => WP_Http_Cookie Object | |
( | |
[name] => cwrClyrK4LoCV1fydGbAxiNL6iG | |
[value] => nCjyLd7d9MfRHl7YkCVHge47b1p2aZUcZJqm1l1pWkIOrNBCDtI3mJdoGwduc0EGILEnqCTT5zWFZ8QEPHgj_6hLrbjGH8B22_UCH3YkQvhladuusBIOPX-o_dCG-6gfEXsdpW|TMrchYr4J_kFS4bGx1rn1P3FESW--5D9CO1P9O6AUlgyt_42EAN2ZVKosoS5LWfgGI1NXG|kyTIO3wmjAAEyG2e7Uds0yBvJDS3ALVbWf1lUfNbhkQX4MUu8thJXciIguLaC1ALUK5IyW|1318437784 | |
[expires] => | |
[path] => / | |
[domain] => .paypal.com | |
[secure] => | |
[httponly] => | |
) | |
[1] => WP_Http_Cookie Object | |
( | |
[name] => cookie_check | |
[value] => yes | |
[expires] => 1633797784 | |
[path] => / | |
[domain] => .paypal.com | |
[secure] => | |
[httponly] => | |
) | |
[2] => WP_Http_Cookie Object | |
( | |
[name] => navcmd | |
[value] => _notify-validate | |
[expires] => | |
[path] => / | |
[domain] => .paypal.com | |
[secure] => | |
[httponly] => | |
) | |
[3] => WP_Http_Cookie Object | |
( | |
[name] => navlns | |
[value] => 0.0 | |
[expires] => 1949157784 | |
[path] => / | |
[domain] => .paypal.com | |
[secure] => | |
[httponly] => | |
) | |
[4] => WP_Http_Cookie Object | |
( | |
[name] => Apache | |
[value] => 10.190.9.194.1318437783897442 | |
[expires] => 2264517783 | |
[path] => / | |
[domain] => | |
) | |
) | |
[filename] => | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment