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
{{ message }}
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
When appending an URL to another URL as a parameter, it is normal to encode the second URL to ensure that it doesn't get mistaken as part of the first URL. In JavaScript usually the second URL would be past through encodeUriComponent.