Программно передать URL анонимному прокси, например http://www.trycatchme.com - PullRequest
0 голосов
/ 01 августа 2010

Я использую .net httpwebrequest и / или класс веб-клиента

Как я могу Progamatic передать URL-адрес анонимному прокси-серверу типа http://www.trycatchme.com и получить результат

<form method="post" action="/index.php">
    <input id="address_bar" type="text" name="q" value="http://www." onfocus="this.select()" />
    <input id="surf_button" type="image" value="Surf Now" src="images/surfnowbtn.gif"  />
    <input type="hidden" name="hl[include_form]"  value="1"  />
    <input type="hidden" name="hl[remove_scripts]"  value="1"  />
    <input type="hidden" name="hl[accept_cookies]"  value="1"  />
    <input type="hidden" name="hl[show_images]" value="1" />
    <input type="hidden" name="hl[show_referer]"  value="1"  />
    <input type="hidden" name="hl[base64_encode]" value="1" />
    <input type="hidden" name="hl[strip_meta]"  value="1" />
    <input type="hidden" name="hl[session_cookies]" value="1" />
</form>

1 Ответ

1 голос
/ 01 августа 2010

Свойство HttpWebRequest.Proxy может быть тем, что вы хотите.

...