cloudhead / cloudhead/http-console

URL Encoding of + sign?

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
63
PR merge metrics
No merged PRs in 30d

Description

Thanks for the awesome tool! It's very helpful in debugging REST services.

How exactly do I send over a + sign?
I tried:

GET ?email=user+tag@example.com

Result: the + doesn't get encoded, is interpreted as a space (as expected)

But also:

GET ?email=user%2Btag@example.com

Result: the % gets URL encoded resulting in user%252Btag@example.com which is treated as the literal 'user%2Btag@example.com'

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.