Help regarding Web request

  • Thread starter Thread starter trialproduct2004
  • Start date Start date
T

trialproduct2004

Hi all.
I am having application which is checking whether URL is valid or not.
I am using webrequest for this.
But it is taking lots of time as at a time of getting response may be
that url is downloaded.
So is there any other way to get response in terms of url only instead
of downloading whole content of page to make url validation faster.
if any one knows please help me.
thanks in advance.
 
Use the HEAD HTTP command.. It returns only a header, without sending
the entire page.
 
Hi
thanks for your reply.
can u tell me how to use this command through webrequest class.
any help will be appreciated.
thanks in advance.
 
Back
Top