Replies: 2 comments 1 reply
-
That is correct, its because the browser is being detected as robot - which it is |
Beta Was this translation helpful? Give feedback.
1 reply
-
Alternatively, this XHR url (captured from browser dev tools) returns the individual BIOS updates as JSON. You can filter the output accordingly with jq: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I cannot get changedetection to fetch from the following page: https://www.msi.com/Motherboard/MAG-B650-TOMAHAWK-WIFI/support
I use of course playwrite, and it receives this page: "Access Denied". It looks like the server has a way to tell if there is a user or not requesting this page. Probably a header.
When using curl i get the same content:
i tried setting the user agent (
curl -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'
) but it does not work.Any idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions