post-data

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 looking for something other then packet sniffing. ...

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 on how to do this any ideas ? thanks in advance! ...

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 before creating the POST request. Is it possible to post a file via command line without having the newline characters removed? The comma...

Adding HTTP Headers and Post data in a System.Windows.Forms.WebBrowser

Hello! I'm trying to use the System.Windows.Forms.WebBrowser to make a request that both sends POST data and custom HTTP headers. I'd like to set the user-agent of the request as well. How could I do this? Thanks! ...

ASP.Net using multiple form tag and post them to another page

Hi, I don't know it's even possible but I try to achieve to post data from one page to another using the second form. The problem is I need a form tag for the user interface containing callback panels etc. I want to put a second form with some hidden-field: <form id="postForm" method="post" action="target.aspx"> <input type="hidden...