RESTClient
RESTClient copied to clipboard
double submit
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.
+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
+1 I have the same problem both with DELETE and POST requests.
+1 this issue drive me crazy!!!!