postmanlabs / postman-code-generators

Common repository for all code generators shipped with Postman
Apache License 2.0
981 stars 348 forks source link

Fix an issue where % was getting double encoded in query params #698

Closed dhwaneetbhatt closed 1 year ago

dhwaneetbhatt commented 1 year ago

As part of https://github.com/postmanlabs/postman-code-generators/pull/638, we moved the encoding to the modules, which led to double encoding.

The fix would be to remove double encoding and make this fix in all other modules as well which are now doing double encoding of %.