automation - How to detect the creation date of a webpage from its server -


i'm trying find way detect creation date of webpage server. example when page wwww.amazon.com/fghhggg created? there way find , automate it? thank clues

in general, answer no. you'll see web page returns information in headers, site pages generated information in database (like amazon, or other sites on internet), asking "creation date" doesn't make sense.

for example, imagine you're looking product x on amazon. amazon's servers retrieve information database, put html document, , return you. "creation date" be? page didn't exist 5 seconds ago - assembled - , doesn't exist it's been sent you. if you're looking when product added amazon's database, information might available via amazon's api.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -