RESTClient
RESTClient copied to clipboard
URL copy - paste overwrites the whole URL path
I want to change just a part of the URL path. (For example a resource ID in the path.)
When I paste a part of the URL, the whole URL path is getting overwritten instead of the marked section only. Thus I have to build the whole URL in an external text editor.
Since our API using query path to identify resources, this is a very common issue with this extension.