I can change send request parameters using Tamper Data in firefox. When I do post and I get a popup in firefox to change the parameters of the POST request, but in case of a GET request, I get a popup, but there is no way to change the request parameter.
So the question is: is it possible to change the query parameter through Tamper Data / Fiddler? (Yes, I agree, we can change it from the address bar of the browser, but this will be applicable after the first request, but I want to change the data in the very first Get Request. So I want to change the GET request parameter with the Tamer Data / Fiddler data. Maybe is it?)
source share