php - emulating LiveHTTPheader in server side script or javascript? -
I went to this problem when it was to disclose the data to scraps sites with heavy usage of JavaScript.
"a href =" javascript: zero (0) "onClick =" grab data (23) "> view details
this href attribute , Does not reveal any information about the actual URL. You are manually opened manually to open the live HTTP header.
OR
Firefox And monitor the post-dimension, which is posted to the real URL.
So I'm thinking, a server side script Is there a way to capture post parameters in javascript, as the live HTTP header enables it to easily scrape most JavaScript obfuscated web pages for outgoing and incoming post parameters.
Thank you.
I'm not sure I understand this question but ...
The Incom Post parameter in PHP is stored in the $ _ POST
array It is, you print_r ($ _ POST); .
Comments
Post a Comment