Question WebRequest With ? in Uri

Carty

Active member
Joined
Jan 9, 2006
Messages
29
Programming Experience
1-3
Hello All,

I would like to know how to download webpages whose Uri has a query or ? in it. It isn't a parameter sent but the Url itself has the query!

Im able to succesfully download webpages to domain names like Google

But when I create a request to some url like:
VB.NET:
http://ezinearticles.com/?Video-Marketing-An-Introduction&id=3711362
the response obtained is for the tld only (ezinearticles.com) and everything after the .com in the URL is ignored.

Someone please help me.

Thanks in advance.

Regards,
KS.
 
Back
Top