Skip to content
Discussion options

You must be logged in to vote

In a URL, the plus sign represents a space, so we get "first" as a value for the email.

You need to urlencode the plus sign so it's truly treated as the plus sign: first%2Blast@email.com

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kyleledbetter
Comment options

Answer selected by kyleledbetter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5580 on April 26, 2025 14:29.