Skip to content

Are query parameters not supposed to be URL Encoded? #5

@Ocramius

Description

@Ocramius

I observed that a [("param1", "http://example.com/?foo&bar"), ("param2", "hello")] will result in a query string like following:

param1=http://example.com/?foo&bar&param2=hello&

Seems wrong, since the & contained inside the tuple wasn't URL encoded.

Metadata

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