<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[problem mit selbst programmierten proxy]]></title><description><![CDATA[<p>hallo , ich habe mir mit der winapi und den dazu gehörigen socket funktionen ein proxy programm programmiert. der proxy arbeitet auch einwandfrei nur eine seite macht mir probleme und zwar wenn ich auf ein forum von <a href="http://ezboards.com" rel="nofollow">ezboards.com</a> zugreifen will kommt immmer nur folgende meldung (html header):</p>
<p>HTTP/1.1 302 Moved Temporarily<br />
Location: <a href="http://www.ezboard.com/404error.html" rel="nofollow">http://www.ezboard.com/404error.html</a><br />
Expires: Nov, 8 1991 00:00:01 GMT<br />
Cache-Control: no-cache<br />
Via: jxelpub101Jxel 4.703A PE<br />
Connection: close<br />
Content-Length: 2</p>
<p>ich rufe die connect funktion auf und verbinde mich mit &quot;<a href="http://pub59.ezboard.com" rel="nofollow">pub59.ezboard.com</a>&quot; zum port 80 das geht ohne fehler meldung.<br />
dann schicke ich den request vom browser:<br />
GET <a href="http://pub59.ezboard.com/bkevsworld" rel="nofollow">http://pub59.ezboard.com/bkevsworld</a> HTTP/1.0<br />
User-Agent: Opera/6.01 (Windows XP; U) [en]<br />
Host: <a href="http://pub101.ezboard.com" rel="nofollow">pub101.ezboard.com</a><br />
Accept: text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, <em>/</em><br />
Accept-Language: en<br />
Accept-Charset: windows-1252;q=1.0, utf-8;q=1.0, utf-16;q=1.0, iso-8859-1;q=0.6,<br />
*;q=0.1<br />
Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0<br />
Cookie: ezuniq=20031127043607.638178<br />
Cookie2: $Version=&quot;1&quot;<br />
Proxy Connection: Keep Alive</p>
<p>mich würde nun intressieren warum ich bei diesem server mir nicht so einfach die seite geben lassen kann. ob wohl der proxy eigentlich vollkommen transparent für den webserver seinen sollte. hat von euch jemand eine idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/70151/problem-mit-selbst-programmierten-proxy</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 08:20:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/70151.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Apr 2004 18:56:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problem mit selbst programmierten proxy on Sun, 04 Apr 2004 18:56:28 GMT]]></title><description><![CDATA[<p>hallo , ich habe mir mit der winapi und den dazu gehörigen socket funktionen ein proxy programm programmiert. der proxy arbeitet auch einwandfrei nur eine seite macht mir probleme und zwar wenn ich auf ein forum von <a href="http://ezboards.com" rel="nofollow">ezboards.com</a> zugreifen will kommt immmer nur folgende meldung (html header):</p>
<p>HTTP/1.1 302 Moved Temporarily<br />
Location: <a href="http://www.ezboard.com/404error.html" rel="nofollow">http://www.ezboard.com/404error.html</a><br />
Expires: Nov, 8 1991 00:00:01 GMT<br />
Cache-Control: no-cache<br />
Via: jxelpub101Jxel 4.703A PE<br />
Connection: close<br />
Content-Length: 2</p>
<p>ich rufe die connect funktion auf und verbinde mich mit &quot;<a href="http://pub59.ezboard.com" rel="nofollow">pub59.ezboard.com</a>&quot; zum port 80 das geht ohne fehler meldung.<br />
dann schicke ich den request vom browser:<br />
GET <a href="http://pub59.ezboard.com/bkevsworld" rel="nofollow">http://pub59.ezboard.com/bkevsworld</a> HTTP/1.0<br />
User-Agent: Opera/6.01 (Windows XP; U) [en]<br />
Host: <a href="http://pub101.ezboard.com" rel="nofollow">pub101.ezboard.com</a><br />
Accept: text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, <em>/</em><br />
Accept-Language: en<br />
Accept-Charset: windows-1252;q=1.0, utf-8;q=1.0, utf-16;q=1.0, iso-8859-1;q=0.6,<br />
*;q=0.1<br />
Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0<br />
Cookie: ezuniq=20031127043607.638178<br />
Cookie2: $Version=&quot;1&quot;<br />
Proxy Connection: Keep Alive</p>
<p>mich würde nun intressieren warum ich bei diesem server mir nicht so einfach die seite geben lassen kann. ob wohl der proxy eigentlich vollkommen transparent für den webserver seinen sollte. hat von euch jemand eine idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/494951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/494951</guid><dc:creator><![CDATA[edi2002]]></dc:creator><pubDate>Sun, 04 Apr 2004 18:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to problem mit selbst programmierten proxy on Sun, 04 Apr 2004 19:05:34 GMT]]></title><description><![CDATA[<p>hm,<br />
klingt sehr merkwuerdig. und was haeltst du von dem eintrag im header: HTTP/1.1 302 Moved Temporarily ???</p>
<p>gruss<br />
msp</p>
]]></description><link>https://www.c-plusplus.net/forum/post/494954</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/494954</guid><dc:creator><![CDATA[msp]]></dc:creator><pubDate>Sun, 04 Apr 2004 19:05:34 GMT</pubDate></item><item><title><![CDATA[Reply to problem mit selbst programmierten proxy on Sun, 04 Apr 2004 22:01:09 GMT]]></title><description><![CDATA[<p>edi2002 schrieb:</p>
<blockquote>
<p>dann schicke ich den request vom browser:</p>
<pre><code>GET http://pub59.ezboard.com/bkevsworld HTTP/1.0
</code></pre>
</blockquote>
<p>Sollte diese Zeile nicht besser so aussehen:</p>
<pre><code>GET /bkevsworld HTTP/1.1
</code></pre>
<p>p.s.: Nimm dir [Lieblingssniffer hier einfügen] und schau nach, was ein normaler Browser ohne Proxy sendet. Dann siehst du ob dein Request in Ordnung ist.<br />
Ein Sniffer ist für Netzwerkprogrammierung genauso notwendig wie ein Debugger.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/495038</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/495038</guid><dc:creator><![CDATA[Christoph]]></dc:creator><pubDate>Sun, 04 Apr 2004 22:01:09 GMT</pubDate></item><item><title><![CDATA[Reply to problem mit selbst programmierten proxy on Mon, 05 Apr 2004 13:40:21 GMT]]></title><description><![CDATA[<p>danke cd9000 genau das wars ich habe den host und das protokoll aus dem get befehl raus genommen und schon gehts wunderbar</p>
<p>vielen dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/495498</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/495498</guid><dc:creator><![CDATA[edi2002]]></dc:creator><pubDate>Mon, 05 Apr 2004 13:40:21 GMT</pubDate></item></channel></rss>