I used to believe that CONTENT-TYPE header of a HTML page tells the browser that the contents are html or not. I have a proxy coded where I was checking content-type has text/html to decide if its HTML or not.
This works fine until I found a URL:
http://www.movingcenter.com/mc.dll?page=home
This URLs response headers are:
Connection close Date Tue, 19 Apr 2011 17:32:35 GMT Server Microsoft-IIS/6.0 X-Powered-By ASP.NET
How can I effectively decide if the page is HTML or not. In this case I know it is.
Thanks Sparsh Gupta