Is there any way in C# to open a browser using a link and save the loaded html page ?? Actually i don't want to inform server that i am using any software or script .
Actually I want data from this link : http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rt=nc&item=120840650200&si=a8iGAIchyvEbn7KveYFZ5QbEE7o%3D&print=all&category=10363 if I try to download the page using webclient it send me another page not the original one. when i load the previous url in a browser it is redirected to this link: http://www.ebay.com/itm/ws/eBayISAPI.dll?ViewItem&rt=nc&item=120840650200&si=a8iGAIchyvEbn7KveYFZ5QbEE7o%3D&print=all&category=10363 which is the original page I want to download
so I just wanted to open the browser using the url and save the loaded page. Thanks in advance