Difference between revisions of "Change detection and notification"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 20: | Line 20: | ||
* [https://en.wikipedia.org/wiki/Change_detection_and_notification Change detection and notification] @ Wikipedia | * [https://en.wikipedia.org/wiki/Change_detection_and_notification Change detection and notification] @ Wikipedia | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Management]] | ||
+ | [[Category:Security]] | ||
+ | [[Category:Web security]] |
Latest revision as of 18:35, 21 April 2016
Change detection and notification (CDN) refers to automatic detection of changes made to web pages and notification to interested users by email or other means.
Description
CDN systems are designed to monitor changes to web pages.
Before change detection and notification, it was necessary for users to manually check for web page changes, either by revisiting web sites or periodically searching again.
Limitations
Efficient and effective change detection and notification is hampered by the fact that most servers do not accurately track content changes through Last-Modified or ETag headers.
See also
External links
- Change detection and notification @ Wikipedia