<?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[Header beabeiten in CURL]]></title><description><![CDATA[<p>Hi ich möchte den Header meiner HTTP-Abfrage in CURL bearbeiten, damit diese wie folgt aussieht:</p>
<pre><code class="language-cpp">Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://www.schoolnet.ch/DE/HomeDE.htm
Accept-Language: de-ch
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Host: www.schoolnet.ch
Content-Length: 21896
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: ASP.NET_SessionId=vybnb0m4t5rabob54f22xg45
</code></pre>
<p>Kann mir jemand sagen, wie ich diese Elemente alle einfügen kann????</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159914/header-beabeiten-in-curl</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 23:13:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159914.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Sep 2006 06:57:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Header beabeiten in CURL on Wed, 20 Sep 2006 06:57:01 GMT]]></title><description><![CDATA[<p>Hi ich möchte den Header meiner HTTP-Abfrage in CURL bearbeiten, damit diese wie folgt aussieht:</p>
<pre><code class="language-cpp">Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://www.schoolnet.ch/DE/HomeDE.htm
Accept-Language: de-ch
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Host: www.schoolnet.ch
Content-Length: 21896
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: ASP.NET_SessionId=vybnb0m4t5rabob54f22xg45
</code></pre>
<p>Kann mir jemand sagen, wie ich diese Elemente alle einfügen kann????</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1140816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1140816</guid><dc:creator><![CDATA[addict]]></dc:creator><pubDate>Wed, 20 Sep 2006 06:57:01 GMT</pubDate></item><item><title><![CDATA[Reply to Header beabeiten in CURL on Wed, 20 Sep 2006 07:55:41 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=10455" rel="nofollow">evilissimo</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=8" rel="nofollow">Rund um die Programmierung</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1140858</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1140858</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 20 Sep 2006 07:55:41 GMT</pubDate></item><item><title><![CDATA[Reply to Header beabeiten in CURL on Wed, 20 Sep 2006 11:14:18 GMT]]></title><description><![CDATA[<p>Benutz doch einfach die Dokumentation von curl...</p>
<p><a href="http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTWRITEHEADER" rel="nofollow">http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTWRITEHEADER</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1141016</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1141016</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Wed, 20 Sep 2006 11:14:18 GMT</pubDate></item><item><title><![CDATA[Reply to Header beabeiten in CURL on Wed, 20 Sep 2006 11:39:40 GMT]]></title><description><![CDATA[<p>Hab ich ja versucht, ich finden aber nirgens die Definition für z.B Content-Type oder Accept, etc.!<br />
Wie heissen diese???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1141045</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1141045</guid><dc:creator><![CDATA[addict]]></dc:creator><pubDate>Wed, 20 Sep 2006 11:39:40 GMT</pubDate></item></channel></rss>