0

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
Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26

1 Answers1

1

Go to the Preferences (Paw menu), tab "HTTP" and uncheck "Re-encode Percent Escapes". It should be working fine.

Disable Percent Escapes in Paw

Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26
  • This is unchecked by default but PAW is still encoding the URL when I don't want it to alter it. I have a url that includes '.../#/...' and the # is converted to a %23 which causes it to fail. – Fuad Kamal Dec 06 '15 at 03:59
  • 1
    @FuadKamal yes we have a known encoding bug (too many characters are percent encoded, when they shouldn't be), it will be fixed in the next version. – Micha Mazaheri Dec 06 '15 at 21:17
  • any chance we can get beta access? :P – Fuad Kamal Dec 07 '15 at 23:02
  • we don't have a proper beta mechanism yet, but we will release this bugfix in a week... – Micha Mazaheri Dec 11 '15 at 10:10