I have a vb.net app that attempts to visit and download a webpage url. i found out, if i use a normal browser in windows 10 the webpage displays correctly, but when i use the vb.net app, it downloaded some request reject message. i can use the app to download a text file in another url. i suspect the problem is the server or firewall at the destination tried to block web scrabbling.
Can someone show me the coding solution which will not get blocked? my code is already not using the most basic commands to access the url. i already have specified user agent , hostname etc. There seems no information i can find online about this issue