I was sucessfull with web request for 2 months, then one day the server seems
to know how to block my requests.
When I use this URL
"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PT O2&Sect2=HITOFF &u=%2Fnetahtml% 2Fsearch-adv.htm&r=0&p=1 &f=S&l=50&Query =an%2Fibm&d=ptx t"
in a browser, the server will return the data. When I use that same URL in
a webrequest or httpwebrequest, it returns an error. Can I make the
webrequest look the same as one which comes from IE so the server won't block
my auto-generated web requests?
to know how to block my requests.
When I use this URL
"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PT O2&Sect2=HITOFF &u=%2Fnetahtml% 2Fsearch-adv.htm&r=0&p=1 &f=S&l=50&Query =an%2Fibm&d=ptx t"
in a browser, the server will return the data. When I use that same URL in
a webrequest or httpwebrequest, it returns an error. Can I make the
webrequest look the same as one which comes from IE so the server won't block
my auto-generated web requests?
Comment