I have implemented paypal button in my asp.net app. When buttons redirect me to paypal and when I pay service paypal redirect me to one of my pages where I need to get data retrived from paypal. I tried to se that data in firebug but I can’t find anything. Is there any way to watch received data?
Share
Check out Fiddler. It allows you to view HTTP traffic including headers.
Edit
Description from the website: