Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tamper GET request parameter with Tamper Data in Firefox?

I am able to tamper post request parameter with Tamper Data in firefox i.e when i make post request and i get the popup in firefox to change POST request parameters but in case of GET request, i get the popup but there is no way to change the request parameter.

So question is Can't we change the request parameter thru Tamper Data/Fiddler?(Yes i agree we can change it from browser address bar but that will be applicable once first request has been firect but i want to tamper some data in the very first Get Request. So i want to change GET request paramater with Tamer Data/Fiddler.Is it possible?)

like image 774
emilly Avatar asked May 06 '13 08:05

emilly


1 Answers

You can't do that using Tamper-Data. You could use a more advanced standalone-tool, like Web Scarab which will let you intercept and edit all portions of your web-requests.

Using fiddler, in conjunction with FiddlerScript is also an alternative.

like image 67
Anirudh Ramanathan Avatar answered Sep 30 '22 17:09

Anirudh Ramanathan