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 has been archived by the owner on Apr 20, 2023. It is now read-only.
And sometimes access token can contain two slashes //, and it is cut by that part of the code. and the token is not valid anymore.
Maybe there is a way to skip that replacement? Or can I contribute and add a setting for that replacement?
The text was updated successfully, but these errors were encountered:
This is a bug, since this normalization is only intended to apply to the path component of the url, and not additional components such as the fragment.
This should be fixed such that logic similar to that on #338 was applied.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm using your great library.
We had to clone it and comment out this line
https://github.com/oyvindkinsey/easyXDM/blob/master/src/Core.js#L333
The reason is - we have a query parameter in URL
https://domain.com:443/myframe/index.html?access_token=cZRLiMjyBYPDOxCcE0MiGY/plMVI07VGlRkL46dWkI//+bhvu4MUFd8kB19nlWNt2fVoH2fU5Myq4AWhu76QdQ==
And sometimes access token can contain two slashes //, and it is cut by that part of the code. and the token is not valid anymore.
Maybe there is a way to skip that replacement? Or can I contribute and add a setting for that replacement?
The text was updated successfully, but these errors were encountered: