I need to call a webpage, but have my webclient act like it doesn’t support HTML4.0, but only HTML3.2.
Is it possible to do this? Perhaps with a different user-agent or some header I’m unaware of?
Thanks.
This is related to this problem:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The WebClient Class implements HTTP. It contains nothing related to HTML.
If the website you’re retrieving serves different content depending on the HTTP “User-Agent” header, you can set this header as follows:
Which value you need to specify depends, of course, on the website.