[Thema] Proxy Verbindung

Dieses Thema im Forum "Programmierung & Entwicklung" wurde erstellt von kee, 15. Juni 2007 .

  1. 15. Juni 2007
    Proxy Verbindung

    Hallo,

    ich würde gerne in einem Programm von mir eine Proxy-Unterstützung einbauen. Dabei soll eine HTTP-Verbindung/Request über ein Proxy gesendet werden. Hab mich auch schon durch die RFCs vom HTTP Protokoll durchgearbeitet, konnte dort aber nichts hilfreiches finden.

    Wie realisiere ich eine solche Verbindung? Welchen Request muss ich senden?


    Die Sprache ist erstmal unwichtig, da es über Sockets laufen soll.


    Viele Grüße, kee
     
  2. 15. Juni 2007
    AW: Proxy Verbindung

    also ich hab bei vb.net letztens das gelesen:


    How to make a GET request by using Visual Basic .NET or Visual Basic 2005


    da wir der content einer website duch nen Proxy abgerufen

    Aber die meisten proxies sind socks4 oder 5 und daher kannste dir mal hier angucken wie man das sendet!

    Knusperkeks
     
  3. 16. Juni 2007
    AW: Proxy Verbindung

    So richtig hilft mir das nicht, ich möchte wissen, wie das auf der "untersten Ebene" funktioniert. Also wie die Funktionen von vb.net arbeiten.
     
  4. 16. Juni 2007
    AW: Proxy Verbindung

    Hi !

    Schickt man an den HTTP-Proxy nicht einfach den ganz normalen Request ?

    Also:
    Code:
    GET /index.html HTTP/1.1
    Host: www.example.com
    Durch das 'www.example.com' duerfte der Proxy ja wissen, wo er connecten sollte.
    Du kannst ja auch einfach mal mitsniffen.

    Mfg,

    Kolazomai
     
  5. 16. Juni 2007
    AW: Proxy Verbindung

    Kann natürlich auch an meinem Proxy ( 131.246.191.42:3124 ) liegen. Aber wenn ich folgenden Request sende:

    bekomme ich folgenden Response:
     
  6. 16. Juni 2007
    Zuletzt von einem Moderator bearbeitet: 16. April 2017
    AW: Proxy Verbindung

    Hi !

    Das funktioniert bei mir:
    FireFox macht das genau so ( hab mitgesnifft ).
    D.h.:
    Code:
    GET http://page.com/etc HTTP/1.1
    Host: page.com
    
    
    Mfg,

    Kolazomai
     
  7. 16. Juni 2007
    AW: Proxy Verbindung

    Hast du als Host nur Example Domain oder Example Domain gesendet?
    Und mach mal aus dem "Connection: closed" ein "Connection: Close"

    @Kola: GET /news/ HTTP/1.1 ist sinnvoller.
     
  8. 18. Juni 2007
    Zuletzt von einem Moderator bearbeitet: 15. April 2017
    AW: Proxy Verbindung

    [Visual Basic] HTTP-Sender - RR:Board

    hier als kleiner tipp, damit kannste gucken ob deine request funktionieren

    da steht im howto auch drin wie z.b. nen google request funktioniert!

    BSP:
    Code:
    GET /search?hl=de&q=http+request&btnG=Google-Suche&meta= HTTP/1.1
    Host: www.google.de
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
    Accept-Encoding: text/html
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://www.google.de/
    Ergebnis:
    Spoiler
    Code:
    HTTP/1.1 200 OK
    
    Cache-Control: private
    
    Content-Type: text/html; charset=UTF-8
    
    Set-Cookie: PREF=ID=*****:TM=*******:LM=*******:S=******; expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.de
    
    Server: GWS/2.1
    
    Transfer-Encoding: chunked
    
    Date: Mon, 18 Jun 2007 16:15:42 GMT
    
    
    
    4375
    
    <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>http request - Google-Suche</title><style><!--
    div,td{color:#000}
    .f{color:#666}
    .flc,.fl:link{color:#77c}
    a:link,.w,a.w:link,.w a:link,.q:visited,.q:link,.q:active,.q{color:#00c}
    a:visited,.fl:visited{color:#551a8b}
    a:active,.fl:active{color:red}
    .t{background:#e5ecf9;color:#000}
    .bb{border-bottom:1px solid #36c}
    .bt{border-top:1px solid #36c}
    .j{width:34em}
    .h{color:#36c}
    .i,.i:link{color:#a90a08}
    .a,.a:link{color:green}
    .z{display:none}
    div.n{margin-top:1ex}
    .n a{font-size:10pt;color:#000}
    .n .i{font-size:10pt;font-weight:bold}
    .b a{font-size:12pt;color:#00c;font-weight:bold}
    #np,#nn,.nr,#logo span,.ch{cursor:pointer;cursor:hand}
    .tas{padding:3px 3px 3px 5px}
    .taf{padding:3px 3px 6px 5px}
    .tam{padding:6px 3px 6px 5px}
    .tal{padding:6px 3px 3px 5px}
    .sl,.r{font-weight:normal;margin:0;display:inline}
    .sl{font-size:84%}
    .r{font-size:1em}
    .e{margin:.75em 0}
    .mblink:visited{color:#00c}
    .sm{display:block;margin:0;margin-left:40px}
    #navbar div,#logo span{background:url(/images/nav_logo.png) no-repeat;overflow:hidden;height:26px}
    #navbar .nr{background-position:-60px 0;width:16px}
    #navbar #np{width:44px}
    #navbar #nf{background-position:-26px 0;width:18px}
    #navbar #nc{background-position:-44px 0;width:16px}
    #navbar #nn{background-position:-76px 0;width:66px;margin-right:34px}
    #navbar #nl{background-position:-76px 0;width:46px}
    #logo{display:block;width:150px;height:52px;position:relative;overflow:hidden;margin:15px 0 12px}
    #logo span{background-position:0 -26px;position:absolute;top:0;left:0;width:100%;height:100%}
    body,td,div,.p,a{font-family:arial,sans-serif}
    .g{margin:1em 0}
    #sd{font-size:113%;font-weight:bold}
    #ap{font-size:64%}
    --></style>
    <script><!--
    (function(){window.google={kEI:"ra92RrOcPJ2GQOWwyagI",kEXPI:"17259",kHL:"de"};})();(function(){window.ss=function(){window.status="";return true};})();(function(){window.rwt=function(b,d,f,j,k,g,l){var a=window.encodeURIComponent?encodeURIComponent:escape,h="",i="",c=b.href.split("#"),e="";if(d){h="&oi="+a(d)}if(f){i="&cad="+a(f)}if(g){e="&usg="+g}b.href="/url?sa=t"+h+i+"&ct="+a(j)+"&cd="+a(k)+"&url="+a(c[0]).replace(/\+/g,"%2B")+"&ei=ra92RrOcPJ2GQOWwyagI"+e+l+(c[1]?"#"+c[1]:"");b.onmousedown="";return true};})();//-->
    </script></head><body bgcolor=#ffffff onload="window.ManyBox && ManyBox.init();window.MultiHistory && MultiHistory.initialize();if(document.images){new Image().src='/images/nav_logo3.png'}" topmargin=3 marginheight=3><noscript></noscript><div align=right id=guser style="font-size:84%;padding-bottom:4px" width=100%><nobr><a href="https://www.google.com/accounts/Login?continue=http://www.google.de/search%3Fhl%3Dde%26q%3Dhttp%2Brequest%26btnG%3DGoogle-Suche%26meta%3D&hl=de">Anmelden</a></nobr></div><table border=0 cellpadding=0 cellspacing=0 width=100% style=clear:left><tr><form name=gs method=GET action=/search><td valign=top><a id=logo href="http://www.google.de/webhp?hl=de" title="Gehe zur Google Homepage">Google<span></span></a></td><td>&nbsp;&nbsp;</td><td valign=top width=100% style="padding-top:0px"><table cellpadding=0 cellspacing=0 border=0><tr><td height=14 valign=bottom><img align=right alt="" height=1 width=1><style>#lgpd{display:none}</style><script defer><!--
    function qs(el){if(window.RegExp&&window.encodeURIComponent){var ue=el.href,qe=encodeURIComponent(document.gs.q.value);if(ue.indexOf("q=")!=-1){el.href=ue.replace(new RegExp("q=[^&$]*"),"q="+qe);}else{el.href=ue+"&q="+qe;}}return 1;}
    //-->
    </script><table border=0 cellspacing=0 cellpadding=4><tr><td nowrap><font size=-1><b>Web</b>&nbsp;&nbsp;&nbsp;&nbsp;<a class=q href="http://images.google.de/images?hl=de&q=http+request&btnG=Google-Suche&ie=UTF-8&oe=UTF-8&um=1&sa=N&tab=wi" onclick="return qs(this)">Bilder</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class=q href="http://groups.google.de/groups?hl=de&q=http+request&btnG=Google-Suche&ie=UTF-8&oe=UTF-8&um=1&sa=N&tab=wg" onclick="return qs(this)">Groups</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class=q href="http://news.google.de/news?hl=de&q=http+request&btnG=Google-Suche&ie=UTF-8&oe=UTF-8&um=1&sa=N&tab=wn" onclick="return qs(this)">News</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class=q href="http://www.google.de/products?hl=de&q=http+request&btnG=Google-Suche&ie=UTF-8&oe=UTF-8&um=1&sa=N&tab=wf" onclick="return qs(this)">Produkte</a>&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="/intl/de/options/" class=q>Mehr&nbsp;&raquo;</a></b></font></td></tr></table></td></tr><tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td nowrap><input type=hidden name=hl value="de"><input type=text name=q size=41 maxlength=2048 value="http request" title="Suche"><font size=-1> <input type=submit name="btnG" value="Suche"><span id=hf></span></font></td><td nowrap><span id=ap>&nbsp;&nbsp;<a href=/advanced_search?q=http+request&hl=de>Erweiterte Suche</a><br>&nbsp;&nbsp;<a href=/preferences?q=http+request&hl=de>Einstellungen</a></span></td></tr></table></td></tr></table><table cellpadding=0 cellspacing=0 border=0><tr><td><font size=-1> Suche: <input id=all type=radio name=meta value="" checked><label for=all> Das Web </label><input id=lgr type=radio name=meta value="lr=lang_de"><label for=lgr> Seiten auf Deutsch </label><input id=cty type=radio name=meta value="cr=countryDE"><label for=cty> Seiten aus Deutschland </label> </font></td></tr><tr><td height=7><img width=1 height=1 alt=""></td></tr></table></td></form></tr></table><table border=0 cellpadding=0 cellspacing=0 width=100% class="t bt"><tr><td nowrap><span id=sd>&nbsp;Web&nbsp;</span></td><td align=right nowrap><font size=-1>Ergebnisse <b>1</b> - <b>10</b> von ungefähr <b>643.000.000</b> für <b>http request</b>. (<b>0,06</b> Sekunden)&nbsp;</font></td></tr></table><div id=res> <!--a--><div><div class=g><!--m--><link rel="prefetch" href="http://de.wikipedia.org/wiki/Hypertext_Transfer_Protocol"><h2 class=r><a href="http://de.wikipedia.org/wiki/Hypertext_Transfer_Protocol" class=l>Hypertext Transfer Protocol - Wikipedia</a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>REST verwendet die unterschiedlichen <b>Request</b>-Methoden zur Realisierung von Web-Services. Insbesondere werden dafür die <b>HTTP</b>-<b>Request</b>-Methoden GET, POST, <b>...</b><br><span class=a>de.wikipedia.org/wiki/Hypertext_Transfer_Protocol - 51k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:gjy8ElvTFhIJ:de.wikipedia.org/wiki/Hypertext_Transfer_Protocol+http+request&hl=de&ct=clnk&cd=1&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:de.wikipedia.org/wiki/Hypertext_Transfer_Protocol">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://www.bolege.de/whoiam/" class=l>bolege.de Who I am</a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>Im folgenden Formular können Sie auch einen <b>HTTP</b>-<b>Request</b> an einen beliebigen Server stellen und sich sowohl Ihre eigene Anfrage (im technischen Sinne) als <b>...</b><br><span class=a>www.bolege.de/whoiam/ - 25k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:AnMVm2pGgxcJ:www.bolege.de/whoiam/+http+request&hl=de&ct=clnk&cd=2&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:www.bolege.de/whoiam/">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://web-sniffer.net/" class=l>View <b>HTTP Request</b> and Response Header</a></h2><font size=-1> - [ <a href="http://translate.google.com/translate?hl=de&sl=en&u=http://web-sniffer.net/&sa=X&oi=translate&resnum=3&ct=result&prev=/search%3Fq%3Dhttp%2Brequest%26hl%3Dde%26sa%3DG" class=fl>Diese Seite übersetzen</a> ]</font><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>view <b>request</b> and response header o
    f a <b>HTTP</b> connection and HTML source.<br><span class=a>web-sniffer.net/ - 5k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:G4FwDasXAtMJ:web-sniffer.net/+http+request&hl=de&ct=clnk&cd=3&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:web-sniffer.net/">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://entwickler.com/itr/news/psecom,id,23247,nodeid,82.html" class=l>About Security #17: <b>HTTP</b>-<b>Request</b>-Smuggling - entwickler.com</a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>In dieser Woche geht es um eine neue Sorte von Angriffen gegen Webserver: <b>HTTP</b>-<b>Request</b>-Smuggling. Dieses Verfahren wurde zuerst von Watchfire beschrieben [1 <b>...</b><br><span class=a>entwickler.com/itr/news/psecom,id,23247,nodeid,82.html - 43k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:tPq6mS0jGG0J:entwickler.com/itr/news/psecom,id,23247,nodeid,82.html+http+request&hl=de&ct=clnk&cd=4&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:entwickler.com/itr/news/psecom,id,23247,nodeid,82.html">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g style="margin-left:2.5em"><!--m--><h2 class=r><a href="http://entwickler.com/itr/news/psecom,id,23698,nodeid,82.html" class=l>About Security #20: <b>HTTP Request</b> Smuggling erkennen und verhindern <b>...</b></a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j hc"><font size=-1>In dieser Woche geht es um das Erkennen und Verhindern von <b>HTTP Request</b> Smuggling. Wie in den letzten Folgen zu sehen war, kann man die Angriffe z.B. an <b>...</b><br><span class=a>entwickler.com/itr/news/psecom,id,23698,nodeid,82.html - 44k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:hIesaecM2xMJ:entwickler.com/itr/news/psecom,id,23698,nodeid,82.html+http+request&hl=de&ct=clnk&cd=5&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:entwickler.com/itr/news/psecom,id,23698,nodeid,82.html">Ähnliche Seiten</a></nobr><br>[ <a class=fl href="/search?hl=de&q=+site:entwickler.com+http+request">Weitere Ergebnisse von entwickler.com</a> ]</font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html" class=l><b>HTTP</b>/1.1: <b>Request</b></a></h2><font size=-1> - [ <a href="http://translate.google.com/translate?hl=de&sl=en&u=http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html&sa=X&oi=translate&resnum=6&ct=result&prev=/search%3Fq%3Dhttp%2Brequest%26hl%3Dde%26sa%3DG" class=fl>Diese Seite übersetzen</a> ]</font><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>Recipients of an <b>HTTP</b>/1.0 <b>request</b> that lacks a Host header field MAY attempt to use heuristics (e.g., examination of the URI path for something unique to a <b>...</b><br><span class=a>www.w3.org/Protocols/rfc2616/rfc2616-sec5.html - 12k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:iiVTfeCwSKYJ:www.w3.org/Protocols/rfc2616/rfc2616-sec5.html+http+request&hl=de&ct=clnk&cd=6&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:www.w3.org/Protocols/rfc2616/rfc2616-sec5.html">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://www.html-world.de/program/http_3.php" class=l>HTMLWorld - <b>HTTP</b>: <b>Request</b>-Methoden</a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1><b>HTTP</b> unterstützt für verschiedene Anwendungen auch verschiedene <b>Request</b>-Methoden (&quot;Anfrage-Varianten&quot;). Damit stehen dem Client mehrere Methoden zur <b>...</b><br><span class=a>www.html-world.de/program/<b>http</b>_3.php - 88k - 16. Juni 2007 - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:_R0VPgUzTY0J:www.html-world.de/program/http_3.php+http+request&hl=de&ct=clnk&cd=7&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:www.html-world.de/program/http_3.php">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://www.heise.de/security/artikel/61391" class=l>heise Security - Lesenswertes - <b>HTTP Request</b> Smuggling</a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>heise Security - News, Dienste und Hintergrundinformationen zum Thema Sicherheit. Zentrale Informationsquelle für Administratoren, Security-Spezialisten und <b>...</b><br><span class=a>www.heise.de/security/artikel/61391 - 23k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:gas-zvh-aPcJ:www.heise.de/security/artikel/61391+http+request&hl=de&ct=clnk&cd=8&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:www.heise.de/security/artikel/61391">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://www.php-faq.de/q/q-http-request.html" class=l>FAQ der Newsgroups de.comp.lang.php.* - 5.9. Wie kann ich auf den <b>...</b></a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>Allen CGI-Programmen stehen zusätzliche Zeilen des <b>HTTP</b>-<b>Request</b>-Headers als <b>...</b> So wird im <b>Request http</b>://example.com/test.php/additional/info der Anteil <b>...</b><br><span class=a>www.php-faq.de/q/q-<b>http</b>-<b>request</b>.html - 13k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:na0CdyubviMJ:www.php-faq.de/q/q-http-request.html+http+request&hl=de&ct=clnk&cd=9&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:www.php-faq.de/q/q-http-request.html">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <div class=g><!--m--><h2 class=r><a href="http://entwickler-forum.de/showthread.php?p=141726" class=l><b>HTTP Request</b> - Entwickler-Forum</a></h2><table border=0 cellpadding=0 cellspacing=0><tr><td class="j"><font size=-1>Neuer Benutzer. Nano ist offline. Registriert seit: 16.05.2007. Beiträge: 6. Nano befindet sich auf einem aufstrebenden Ast. Standard <b>HTTP Request</b> <b>...</b><br><span class=a>entwickler-forum.de/showthread.php?p=141726 - 60k - </span><nobr><a class=fl href="http://216.239.59.104/search?q=cache:QKuaQ1SWI20J:entwickler-forum.de/showthread.php%3Fp%3D141726+http+request&hl=de&ct=clnk&cd=10&gl=de">Im&nbsp;Cache</a> - <a class=fl href="/search?hl=de&q=related:entwickler-forum.de/showthread.php%3Fp%3D141726">Ähnliche Seiten</a></nobr></font><!--n--></td></tr></table></div> <!--z--></div><br clear=all><div id=navbar class=n><table border=0 cellpadding=0 width=1% cellspacing=0 align=center><tr align=center style=text-align:center valign=top><td valign=bottom nowrap><font size=-1>Ergebnisseite:&nbsp;</font><td nowrap><div id=nf></div><td nowrap><div id=nc></div><span class=i>1</span><td nowrap><a href=/search?q=http+request&hl=de&start=10&sa=N><div class=nr></div>2</a><td nowrap><a href=/search?q=http+request&hl=de&start=20&sa=N><div class=nr></div>3</a><td nowrap><a href=/search?q=http+request&hl=de&start=30&sa=N><div class=nr></div>4</a><td nowrap><a href=/search?q=http+request&hl=de&start=40&sa=N><div class=nr></div>5</a><td nowrap><a href=/search?q=http+request&hl=de&start=50&sa=N><div class=nr></div>6</a><td nowrap><a href=/search?q=http+request&hl=de&start=60&sa=N><div class=nr></div>7</a><td nowrap><a href=/search?q=http+request&hl=de&start=70&sa=N><div class=nr></div>8</a><td nowrap><a href=/search?q=http+request&hl=de&start=80&sa=N><div class=nr></div>9</a><td nowrap><a href=/search?q=http+request&hl=de&start=90&sa=N><div class=nr></div>10</a><td nowrap class=b><a href=/search?q=http+request&hl=de&start=10&sa=N><div id=nn></div><b>Vorwärts</b></a></table></div></div><center>
    <br clear=all><table cellpadding="10"><tr><td nowrap="nowrap" bgcolor="#e5ecf9"><font size="-1"><a href="/url?sa=L&ai=BxbSHrq92RsUOmcRAt92hvw39ldIe9dHloAO1gZmyD9CGAxABGAEgwVQ4AFC2h_WSBmCVApgB0J4G&num=1&q=http://desktop.google.de/%3Futm_source%3Dde-rpp%26utm_medium%3Drpp%26utm_campaign%3Dde&usg=
    AFQjCNFGFu9e3u1w2FKDYGbFEJO_6WW4gw" onmouseover="return ss()">Google Desktop</a>: Suchen Sie auf dem Computer so einfach wie im Web.</font></td></tr></table><br><table border=0 cellpadding=0 cellspacing=0 width=100% class="ft t bb bt"><tr><td align=center>&nbsp;<br><table border=0 cellpadding=0 cellspacing=0 align=center><form method=GET action=/search><tr><td nowrap>
    <font size=-1><input type=text name=q size=31 maxlength=2048 value="http request" title="Suche"> <input type=submit name=btnG value="Suche"><input type=hidden name=hl value="de"></font></td></tr></form></table><br><font size=-1><a href=/swr?q=http+request&hl=de&swrnum=643000000>In den Ergebnissen suchen</a> | <a href=/language_tools?q=http+request&hl=de>Sprachtools</a> | <a href="/intl/de/help.html">Suchtipps</a></font><br><br></td></tr></table></center><center><p><hr class=z><table border=0 cellpadding=2 cellspacing=0 width=100%><tr><td align=center><font size=-1><a href="/">Google Home</a> - <a href="/intl/de/ads/">Werbung</a> - <a href="/services/">Unternehmensangebote</a> - <a href="/intl/de/about.html">Über Google</a></font></td></tr></table><br><font size=-1 class=p>&copy;2007 Google</font></center></body></html>
    
    
    
    0
    
    


    Knusperkeks
     
  9. 26. Juni 2007
    AW: Proxy Verbindung

    Es lag wohl doch irgendwie am Proxy. Folgender Request funktioniert ( Proxy: 85.18.242.30:80 )

    Code:
    GET / HTTP/1.1
    Host: www.example.com
    Connection: Close

    Hat jemand eine Ahnung warum, das wohl sonst nicht funktioniert bzw. wie man solche Proxies erkennt/findet?


    - bewertung habt ihr alle
     
  10. 26. Juni 2007
    AW: Proxy Verbindung

    Hi!

    Wenn mans so, wie ich oben geschrieben hab, macht, sollte es mit jedem gehn.
    Falls nicht, kann man ja den StatusCode / Rueckgabe(wert) abfragen, und je nach dem reagieren.

    Mfg,

    Kolazomai
     
  11. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.