Closed callahad closed 6 years ago
Using Firefox Nightly and Neat URL 3.2.0.
STR:
What should happen:
What actually happens:
Why this happens:
Neat URL appears to encode spaces as +, rather than a literal space or %20. For example:
+
%20
Unmodified: https://accounts.firefox.com/oauth/signin?client_id=xxx&state=xxx&scope=profile:uid profile:email profile:display_name w/Neat URL: https://accounts.firefox.com/oauth/signin?client_id=xxx&state=xxx&scope=profile:uid+profile:email+profile:display_name
Note specifically scope=profile:uid profile:email profile:display_name vs scope=profile:uid+profile:email+profile:display_name
scope=profile:uid profile:email profile:display_name
scope=profile:uid+profile:email+profile:display_name
Have you tried the latest Neat URL git code?
Ah, yep, this was resolved by 0e5a92662ae3e159740337ea23adbec0cac97c42
Using Firefox Nightly and Neat URL 3.2.0.
STR:
What should happen:
What actually happens:
Why this happens:
Neat URL appears to encode spaces as
+
, rather than a literal space or%20
. For example:Note specifically
scope=profile:uid profile:email profile:display_name
vsscope=profile:uid+profile:email+profile:display_name