Difference between revisions of "Change detection and notification"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Change detection and notification''' ('''CDN''') refers to automatic detection of changes made to web pages and notification to interested User (computing)|u...")
 
(External links)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
  
 
* [[HTTP ETag]]
 
* [[HTTP ETag]]
* [[Weg page]]
+
* [[Web page]]
 
* [[World Wide Web]]
 
* [[World Wide Web]]
  
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 19: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