jandapress
jandapress copied to clipboard
cant bypass cloudflare
I've installing chromium with snap, set cookies and user agent, but still got http error 403 when try npm run test:cf.
Can you please make details step by step to install chrome/chromium or firefox and set cookies.
- OS: Ubuntu 20.04
- Node version 18.17.0
Is the cookie correct from Request Headers, not the Response Headers?
Here the example https://github.com/sinkaroid/jandapress/blob/master/README.md#the-solution-1
You running firefox with remote gui on ubuntu or what
You running firefox with remote gui on ubuntu or what
i didnt use ubuntu gui. im installing chromium with snap (tutorial from google)
please make tutorial if you can
Is the cookie correct from Request Headers, not the Response Headers? Here the example https://github.com/sinkaroid/jandapress/blob/master/README.md#the-solution-1
yes i use cookie from request headers (default UA)
Inspect > Network Conditions > Uncheck browser default and set jandapress/1.0.6 Node.js/16.9.1 here
Also could u screenshot the .env too
Inspect > Network Conditions > Uncheck browser default and set jandapress/1.0.6 Node.js/16.9.1 here
![]()
Also could u screenshot the .env too
ive successfully deployed and nhentai api is working fine. but cookie can expired and need manually update it. can you make cookie updated automatically?