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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -