I need to request the following URL:
http://myhost.com/api/v3/projects/digitalis%2Fbackend/issues
but this URL is being sent:
http://myhost.com/api/v3/projects/digitalis%252Fbackend/issues
I need to request the following URL:
http://myhost.com/api/v3/projects/digitalis%2Fbackend/issues
but this URL is being sent:
http://myhost.com/api/v3/projects/digitalis%252Fbackend/issues
Go to the Preferences (Paw menu), tab "HTTP" and uncheck "Re-encode Percent Escapes". It should be working fine.