mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
79f39e1d04
* docs: document paramsSerializer.encode for strict RFC 3986 query encoding Fixes #10809 Add a subsection to request-config.md explaining how to use the encode option with encodeURIComponent for backends that require strict percent-encoding of query values. The default axios encoder decodes %3A, %24, %2C and %20 for readability, which is correct per RFC 3986 but can cause issues with stricter backends. This documents the existing `paramsSerializer.encode` escape hatch. * chore: improve documentation --------- Co-authored-by: mixelburg <mixelburg@gmail.com> Co-authored-by: Jason Saayman <jasonsaayman@gmail.com>