Skip to content

Add fixture for query url parameters to not be sorted by the libraries #26

@nickveenhof

Description

@nickveenhof

We had an issue where some libraries such as http-hmac-go were unwillingly ordering the query parameters

Test:

localhost/endpoint?zkey=bla&akey=bla

The signature should use localhost/endpoint?zkey=bla&akey=bla and not localhost/endpoint?akey=bla&zkey=bla

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