Can't check page due to iframe detection (v0.48.04)
Closed this issue · 0 comments
luckman212 commented
I'm trying to set up a watch for https://network.nvidia.com/support/firmware/connectx4lxen/ using cdio v0.48.04
No matter if I use the builtin fetcher or Playwright driver, I get the same result:
"We're sorry, this content is unavailable. This website requires a browser that supports iframes"
When I use the "Browser Steps" Preview area, the page loads successfully. So that site somehow uses some detection method which is incompatible with cdio. I have tried setting the User-Agent under Advanced options as well, did not make any difference.
Strangely, fetching the page from Terminal with curl
works fine...