Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 forbidden for image #86

Open
nikjust opened this issue Nov 17, 2021 · 1 comment
Open

403 forbidden for image #86

nikjust opened this issue Nov 17, 2021 · 1 comment

Comments

@nikjust
Copy link

nikjust commented Nov 17, 2021

All image links gives 403 forbiddden error
image

@Cherifi-Houdaifa
Copy link

in The Preview link the AMPERSANDs (&) are replaced with there uniform charachter (\u0026).
what you need to do is:

  1. get the preview link
  2. run the replaceAll function on it like this:
    previwelink.replaceAll("\u0026", "&") or it can also be like this previwelink.replaceAll("&", "&")
    which consistes of using & instead of \u0026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants