You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i=2+2 is the URL encoding of i=2 2 which is, obviously, different than the input query string (which is the URL encoding of i=2+2).
Expected behavior
I got the input URL https://www.wolframalpha.com/input?i=2%2B2 from the browser's address bar. It works as expected in any browser.
When I put it (using copy-paste) in a post, I expect to get a link in the generated web page that uses the input URL as-is or, at least, in an equivalent representation.
There currently isn't any way to produce a valid URL encoding of i=2+2 in the query string.
How to reproduce
Put the URL https://www.wolframalpha.com/input?i=2%2B2 into a post.
Generate the site.
Open the site in browser, click on the link, see what URL opens in browser.
Compare with the result of pasting the URL above directly into the browser's address bar.
Check List
Describe the bug
encodeURL('https://www.wolframalpha.com/input?i=2%2B2')
produces'https://www.wolframalpha.com/input?i=2+2'
.i=2+2
is the URL encoding ofi=2 2
which is, obviously, different than the input query string (which is the URL encoding ofi=2+2
).Expected behavior
I got the input URL
https://www.wolframalpha.com/input?i=2%2B2
from the browser's address bar. It works as expected in any browser.When I put it (using copy-paste) in a post, I expect to get a link in the generated web page that uses the input URL as-is or, at least, in an equivalent representation.
There currently isn't any way to produce a valid URL encoding of
i=2+2
in the query string.How to reproduce
https://www.wolframalpha.com/input?i=2%2B2
into a post.Compare with the result of pasting the URL above directly into the browser's address bar.
Screenshots
No response
Environment information
Additional context
No response
The text was updated successfully, but these errors were encountered: