change detection on sites which require authentication/use session cookies #236
Unanswered
kimpenhaus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Not sure if any sites you're accessing use this format, but this works for me: It's also used in sonarr/radarr/lidarr/jackett, so it may help you out. ~ntmmfts. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi all,
as the title says, I am looking for help on how to detect changes on a password protected site?
I've tried to set an Authorization-Header with scheme Basic but with no luck.
When examining the network traffic with browser tools, I see that after authorization there is a cookie set:
any chance to crawl for changes on sites like that?
thanks 🙏🏼
Beta Was this translation helpful? Give feedback.
All reactions