orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Payload sometimes doesn't update correctly #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using your REST client to test an API for my code.  I had a strange 
situation where I entered a valid payload and the request failed.  I then 
entered an invalid payload and the request succeeded.  I tried this several 
times, and each time the result was opposite to what I expected.  When I 
examined my API log I could see that the client was sending the opposite of 
what it appeared to be sending i.e when I edited the payload to be invalid the 
payload that was actually sent was valid, and vice versa.  I solved the problem 
by changing the payload and then clicking through the payload editor tabs.  
That seemed to clear the error.  It was as if the client was getting stuck.

Original issue reported on code.google.com by Paul.Ne...@gmail.com on 6 Dec 2012 at 4:19