RESTClient
RESTClient copied to clipboard
Experiencing double service invocation for a single request
First of all i love this plugin...but i think it is crucial to give you feedback about the defects to immediately fix it for your audience.
Im experiencing the a bug (see the title) which causes a REST service to be called twice for a single HTTP request. The problem does not occur in any other REST client (Chrome).
For instance i have two services 1.) POST http://localhost:8080/service-tool/rest/tasks/1/execute 2.) POST http://localhost:8080/service-tool/rest/tasks/1/commit
On the first try the 1st invoked once...then i switch to the 2nd and it is invoked twice...then i switch back to the 1st and it is invoked twice again...and so on. Always the first request creates double invocation: 1st is invoked twice....another HTTP request...and invoked only once.
Please fix it asap.
Hi,
I have to say that I've also encountered this issue iterating between POST calls (with Content-typ: xml/application and also authentication headers), the call is send twice. I first though it was an issue with the service but after testing it with curl was the extension).
I'm running on Firefox firefox-41.0.2-2.fc22.x86_64 and RESClient 2.0.3-1
I found that submitting by pressing return ends up giving two requests, while the submit button only gives one request. Since this issue is open for over 1 year now, is there something going to be done about this issue?