+ 2
Why this error, how do I solve it?
2 Answers
+ 5
You can clearly see the website is available to view through a browser.
This type of 403 is usually caused by bot detection and can usually be worked around.
The easiest method is to set a cookie and change the headers - imitate a common browser.
However Iâve tried with this one and its using Cloudflare DNS - protection is better, canât fool with headers.
Easiest way here is to find the origin server ip address and hope this isnât protected.
âŠin your case itâs not, several ways to find the origin server but if you change your link to this:
link = "http://52.90.149.18:3000/"
It will work fine đâïž
+ 6
HTTP 403 is an HTTP status code meaning access to the requested resource is forbidden. The server understood the request, but will not fulfill it.
https://www.howtogeek.com/357785/what-is-a-403-forbidden-error-and-how-can-i-fix-it/