Paw 3 automatically escapes URL parameters, so type=x+y
becomes type=x%2By
. This causes server to mis-interpret parameter and returns wrong values. Is it possible to prevent this URL escape taking place?
Asked
Active
Viewed 173 times
3

Tom
- 1,522
- 9
- 10
-
It's not possible in the current (early) versions of Paw 3. We're working on a fix that will let some params be encoded and some others optionally not, to give more flexibility to all users. We should be able to push a fix soon. – Micha Mazaheri Aug 09 '16 at 22:12
-
Cool, thanks, looking forward! – Tom Aug 10 '16 at 08:10
-
Any updates to this? – Lukas Sep 28 '19 at 05:17