cocoa-rest-client icon indicating copy to clipboard operation
cocoa-rest-client copied to clipboard

Please Add URLDecode button in top bar

Open Villy21 opened this issue 6 years ago • 0 comments

Often I get already url encoded urls. And If I use them in browser all work as expected. But CocoaRestClient encode them again and server did not accept this. May be its better to do "Double Encoding of Query Parameters #152" or simply add button to allow user to decode url before send.

Example https://test.test/rent_plans.json?expand%5Best_plan%5D=phases.billing_period,phases.duration,phases.recurring_price,phases.promos&expand%5Btvod_plan%5D=phases.billing_period,phases.duration,phases.recurring_price,phases.promos&filter%5Bresource_id_in%5D=f10e9063-2ec7-47cb-a0c9-12c881f8f9b6

Villy21 avatar Oct 01 '19 09:10 Villy21