RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

double submit

Open ming404 opened this issue 10 years ago • 3 comments

Method: GET

when i fill in the url and hit 'enter' from keyboard, the same request get submitted twice. if i fill in the url and click on 'send' button it behaves correctly though.

ming404 avatar May 09 '14 03:05 ming404

+1

Not a big deal for GET requests, but on DELETE the 2nd request overrides the first one (204) with a 410 error in our case. Took me a while to identify RESTClient as the problem

tmeisel avatar Oct 28 '15 10:10 tmeisel

+1 I have the same problem both with DELETE and POST requests.

ndrazen avatar Apr 08 '16 09:04 ndrazen

+1 this issue drive me crazy!!!!

rudepython avatar May 04 '16 18:05 rudepython