-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Response code 403 (Forbidden) #7
Labels
Comments
Yes, VPN worked. Their site is very well protected, I will try to make it work but no guarantee. You can always use puppeteer tho. |
Ok, thanks! Yeah, but pupeeteer uses headless and needs instance of chromium if I understand their description. It's barier for me. |
I've run into the same error with a site that I am scraping, and the way I got around it was to enable http2 in the got request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I used
codemanki/cloudscraper
but author decided to archived his project and I looking for a alternative.I tracked a lot of websites and cloudscraper usually works fine but for one website is a problem. But when the project was archived, it isn't good prognostic for future. So I tested your solution.
When I try load it: https://vitals.com - I get error:
In the stack is:
HTTPError: Response code 403 (Forbidden) at PromisableRequest.request.once (/root/cloudflare-bot/node_modules/got/dist/source/as-promise/index.js:124:28) at process._tickCallback (internal/process/next_tick.js:68:7)
Could you tell me, if your library should work fine for this example and I'm doing wrong something or your library don't support it.
The text was updated successfully, but these errors were encountered: