FGRibreau / FGRibreau/querystring

Are query parameters not supposed to be URL Encoded?

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
8
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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¶m2=hello&`

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.