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
I have written the test and preload codes above for Cloudflare to successfully perform its requests, and they are working fine. However, I'm unsure if the code is stable or not. That's why I opened this topic, as it needs to be tested on different websites, different versions of Chromium, and platforms.
When testing, attention should be paid to the user-agent because plugins are checked in user-agents that do not include the Android expression. That's why I used Android because it doesn't have any plugins.
If stability is achieved, the usage of the @sparticuz/chromium-min package will increase.
The text was updated successfully, but these errors were encountered:
Node
: v22.1.0puppeteer-core
: 22.5.0@sparticuz/chromium-min
: 122.0.0Platform
: (WSL) Ubuntu 22.04.4 LTSVercel Test: https://headless-with-cf-try.vercel.app/
Test.js:
Preload.js:
I have written the
test
andpreload
codes above for Cloudflare to successfully perform its requests, and they are working fine. However, I'm unsure if the code is stable or not. That's why I opened this topic, as it needs to be tested on different websites, different versions of Chromium, and platforms.When testing, attention should be paid to the user-agent because
plugins
are checked in user-agents that do not include theAndroid
expression. That's why I used Android because it doesn't have any plugins.If stability is achieved, the usage of the
@sparticuz/chromium-min
package will increase.The text was updated successfully, but these errors were encountered: