ASP.NET MVC get header -


what efficient way headers in asp.net mvc

basically, trying approach validate youtube url: check if youtube , vimeo-clips valid

basically, link talks using get_headers in php validate youtube url.

the problem using c#.net (asp.net mvc) not php.

how should efficiently header?

i'm assuming want server-side , use httpwebrequest. accepted answer on why httpwebrequest return 400 bad request? should started. essentially, you'll want verify request succeeds , check relevant headers. if want headers, set method head instead of get.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -