Hi There is a website in aspx , to which I have to login using CURL.(PHP script). I checked the form structure , and post data using firebug and replicated it in CURL , but could not login . Then I tried wireshark and saw that 2 additional parameters are being submitted which are not being shown in firebug. After adding those 2 additional parameters I could login using CURL. Is firebug unable to show any post data that is inserted by javascript ? Is there any other tool other than firebug to check all post data ? Silver
Hi, check tamperdata, a plugin for firefox. https://addons.mozilla.org/en-US/firefox/addon/966/ It allows you to check, modify every http/https request before sending it to server(including ajax). Hope it helps you