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
Post a Comment