Skip to content

RFC 3986 support for query parameters #1312

@YoanaIvanova

Description

@YoanaIvanova

I noticed that RFC 3986-reserved characters (like :) aren't getting encoded in query parameters.

Here's an example from the tryingpan (ignore the 404, just trying to demonstrate that : doesn't get encoded as %3A):

Image

Swagger does this out of the box:

Image

I could intercept the requests and encode these characters "manually", but is there an existing way to support the RFC 3986 standard or are there plans to do so in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions