dgtlmoon / changedetection.io

The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
https://changedetection.io
Apache License 2.0
17.14k stars 957 forks source link

[feature] Dont follow redirects option #1257

Open Eldorico opened 1 year ago

Eldorico commented 1 year ago

Version and OS linux/docker

Is your feature request related to a problem? Please describe. I'm monitoring a website (websiteA) that redirects to another website (websiteB) to ensure that website. A doesn't become malicious and suddenly redirects to a malicious websiteM. But the websiteB has too many changes per week, thus I have too many notifications per week.

Describe the solution you'd like The easier way to fix this would be an option to dont follow redirects.

Describe the use-case and give concrete real-world examples For example, this website only has this html:

curl http://ksuite.ch   
<a href="https://www.infomaniak.com/fr/ksuite?utm_term=5ad10e332bf85">Moved Permanently</a>.

But the change-detector follows redirect and adds a noisy content that belongs to infomaniak.com (and not ksuite.ch).

With the "dont follow redirects" option, we could easyly monitor a website like ksuite.ch.

Thanks

dgtlmoon commented 1 year ago

nice idea!

dangnhdev commented 7 months ago

This is useful when I want to monitor changes in a website's domain. Is there any other way to do this now?