Click here to Skip to main content
15,860,943 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hello.
I want to build an application in C# that receive a URL ( Ex: "www.codeproject.com" ) and return if that site was build in html, html5 or contains PHP. How can i do this ?
Thanks!
Posted
Comments
Dave Kreskowiak 26-Mar-14 13:40pm    
??? WHY ???

Just because the browser sees HTML or HTML5 does NOT mean the site is written in HTML or HTML5. On the server side, chances are really good that there's code running that is generating the HTML. There is no way for you to determine what the site is actually written in.
calincoosmin 26-Mar-14 13:51pm    
I know that browser sees HTML or HTML 5, but i read on other posts something about URL request that could return if server contains php or something like that.
Dave Kreskowiak 26-Mar-14 14:31pm    
No such thing exists.
calincoosmin 27-Mar-14 4:16am    
ok. Thanks for your answers.
ZurdoDev 27-Mar-14 11:50am    
I would suggest posting as solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900