How to get content type of a web address?

Viewed 13806

I want to get type of a web address. For example this is a Html page and its page type is text/html but the type of this is text/xml. this page's type seems to be image/png but it's text/html.

I want to know how can I detect the content type of a web address like this?

5 Answers
Related