ChromeRestClient
ChromeRestClient copied to clipboard
tried to save a new request, but Path (though changed) does not change.
I clicked save, and saved as a new POST with a different name and a different PATH /foo/bar to /foo/baz
Expected outcome
What should happen? should see /foo/baz
Actual outcome
What happened? /foo/bar
On my webserver, I see requests for ARC is making for /foo/baz are still coming through as /foo/bar It appears the requests are still the same object as changing one modifies the other.
Versions
App: 10.0.8 Platform: 5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Steps to reproduce
- Create a POST
- Save as New with a different name
- Modify new POST, you'll see it doesn't apply despite seemingly changed. Different name does not get saved.
Hi, Thank you for the issue report. Is URL changed in the URL panel after saving the request?