Question

I would like to have a browser extension to display URL params as a set of keys and values I can modify before executing a GET.

Some sort of interface that looks roughly like this:

[x] GET [ ] POST [ ] PUT [ ] DELETE

param: ________   value: ________
param: ________   value: ________
param: ________   value: ________
param: ________   value: ________

data:
|------------------------|
|                        |
|                        |
|________________________|

                      [ submit ]

And it would display the result in another window, tab, frame, or whatever, so I wouldn't lose the interface and could tweak parameters and do successive GETs and POSTs.

Does anyone know of an extension like this for Chrome (preferably) or Firefox?

An external program would be alright as well, as long as it's good and multi-platform.

Was it helpful?

Solution

Chrome Extension: Try https://chrome.google.com/webstore/detail/easy-url-params/jhhjlajfdkofbnhbcjcddngfehfihfln?hl=en-US for simple GET request param modifications!

OTHER TIPS

I personally go with firefox + httprequester

TamperData is probably the most powerful of them. At the same time - its quite easy to grasp on without any external help.

But if you want even easier tool - then try HackBar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top