Tinjauan oleh GoodMirek
Diberi peringkat 2 dari 5
oleh GoodMirek, 6 tahun yang laluContexts do not work. When I set variable url in Context1 and then again the same variable in context2, then the variable in Context1 is overwritten.
Balasan pengembang
dikirim 6 tahun yang laluThank you for your feedback. I checked it on the last version of Resting (v0.12.0 - Firefox 66) and it seems OK.
My test:
1.I created context1 and define url variable with value 'www.google.com'
2.I created context2 and define url variable with value 'www.yahoo.com'
3.I created a request putting {url} in the url field.
4.I bound request with context1 (using context tab) and the execution used www.google.com as expected
5.I bound request with context2 (using context tab) and the execution used www.yahoo.com as expected
6.I bound request with context1 again (using context tab) and the execution used www.google.com as expected
Please if your problem is not resolved, feel free to post here ( or on the issue tracker of Resting https://github.com/mirkoperillo/resting/issues)
the steps to reproduce exactly your problem, I'll give it max priority
My test:
1.I created context1 and define url variable with value 'www.google.com'
2.I created context2 and define url variable with value 'www.yahoo.com'
3.I created a request putting {url} in the url field.
4.I bound request with context1 (using context tab) and the execution used www.google.com as expected
5.I bound request with context2 (using context tab) and the execution used www.yahoo.com as expected
6.I bound request with context1 again (using context tab) and the execution used www.google.com as expected
Please if your problem is not resolved, feel free to post here ( or on the issue tracker of Resting https://github.com/mirkoperillo/resting/issues)
the steps to reproduce exactly your problem, I'll give it max priority
11 ulasan
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 17850388, 2 tahun yang lalu🔥 I don't understand how this doesn't have more love - it's so freakin good! Postman alternative that's easy, free, and in your browser. Thanks Mirko! 🔥
Balasan pengembang
dikirim 2 tahun yang laluThank you so much for your kind feedback.
This comment is very motivating 🙏🏻 - Diberi peringkat 5 dari 5oleh Alejandro, 2 tahun yang laluGenial, muy útil la función de enviar los datos como form-data
- Diberi peringkat 1 dari 5oleh Tivian, 6 tahun yang lalu
- Diberi peringkat 5 dari 5oleh spills, 6 tahun yang laluSimple and easy to use for quickly testing API endpoints. This will save you time before you dig into your code to figure out if you have an issue with an API because you can validate the API first and even save the information for later!
- Diberi peringkat 3 dari 5oleh Pascal Craponne, 6 tahun yang laluOn aurait aimé la possibilité de coller une requête brute directement, plutôt que de la recomposer champ par champ.
Balasan pengembang
dikirim 6 tahun yang laluFirst of all thank you for your feedback.
At the moment you can import a complete request using the HAR format (here the specification http://www.softwareishard.com/blog/har-12-spec/) and here (https://gist.github.com/mirkoperillo/9841f65680d7890b0d95eb3635e4d45f) a sample of request in this format.
Resting uses HAR format to import and export requests.
Do you have any other idea about the format of a not-elaborated request to bulk into Resting ? - Diberi peringkat 5 dari 5oleh powergame, 6 tahun yang laluI love this addon. Helps a lot in development.
Balasan pengembang
dikirim 6 tahun yang laluThank you for your feedback, I'm happy that Resting is usefull - Diberi peringkat 5 dari 5oleh Mansoor Ahmed B K, 7 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Marte, 7 tahun yang laluFor my work as backend developer I need to test quickly a rest services and this extensions provide me basic capabilities: setup rest calls, save for later use, all with ease and always working, so keep up good work!
Balasan pengembang
dikirim 7 tahun yang laluThank you for the feedback, I'm happy that Resting helps in your daily routine! - Diberi peringkat 3 dari 5oleh Atlantis, 8 tahun yang laluTKS,I think this would be an excellent extension. But when I opened a saved request, I found that headers didn't seem to have been saved.Please repair it.
Balasan pengembang
dikirim 8 tahun yang laluThank you for feedback. You are right, headers aren't loaded correctly loading a bookmark. The issue is already fixed and it will be included in the next release.