"mhearne808[insert-at-sign-here]gmail[insert-dot-here]com"
<[EMAIL PROTECTED]> wrote:
>
>Is is possible to get the timestamp of a file on a web server if it
>has a URL?

No, not in the general case.

>For example, let's say that I want to know when the following file was
>created:
>
>http://www.w3schools.com/xml/note.xml

Remember that the only information that you get back from the server is the
HTTP request.  There is a "Last-Modified" header in the HTTP standards that
says when the page was last modified, and Apache is good about sending it,
but that's all you can find out.  Plus, remember that web proxies can
interfere with this.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to