tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Multi Window / Save Request (feature request) #3

Open asifhabib opened 9 years ago

asifhabib commented 9 years ago

I have to to do 3 continuous request one after another, and in case of "specific response" I have to do fall back requests to server. So I have to set URL, headers for every request, I want to open HttpRequester to be opened in multi-Window so that I set my headers and values once and can execute again and again.

Or there should be a mechanism where I can save the request (including parameters and headers), so that next time I do not have to enter all the values.

tommut commented 9 years ago

The requests should be saved in the history view. If you click on any of the past requests, it will populate all of the URL/headers/etc and you can simply click Submit to re-execute the request.
There's also the Load/Save Request buttons if you want to permanently persist requests by name.

coldkreap commented 9 years ago

I could not find a way to do multi window. That part of this feature request would be really nice to have. I am constantly comparing requests and responses from a server with old code vs one with new code and having two HttpRequester windows open with the requests/responses would be a great time saver. Especially when requests are just given to me from the test engineers and they aren't exactly the same as what i've been doing it's nice to be able to run them side by side.

tommut commented 9 years ago

I'm not sure what it would take to enable multi window, but I'll have a look to see if it's easily possible. It's a sensible usecase for sure.

coldkreap commented 9 years ago

Awesome! Thank you.