Tagged Questions

0
votes
2answers
20 views

Lynx removes newline characters from post_data input

I am trying to post a file to a URL via the MS-DOS command prompt. I am using the Lynx browser to do this. I am able to post my file just fine, but all of the newline characters are removed by Lynx …
1
vote
5answers
258 views

How to dump the whole POST data to a file in ASP.NET

hi ! I'm currently trying to port an app from asp.net to php, however I just hit a wall and need a hand with this. I need to dump all the data an .aspx recieves via POST to a file, but I have no clue …
2
votes
4answers
194 views

How can I inspect form data being Posted?

I am reverse engeneering an app and I need to see what is in the post data without viewing the form source, is a there a decent app/plugin to see what is being posted? Any Browser on Windows I'm …