Skip to content

GET query values / POST json values broken by #59 #62

Open
@smyrman

Description

#59 breaks parsing of query / post parameters.

The fix is meant to allow heder values with = in them, but breaks the case of having GET query or POST values with : in them. E.g.:

filter=fielda(expand:true),fieldb

Instead the implementation should look for the first occurrence of either : or = and split on that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions