<?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[ISAPI Extension + HTTP-POST]]></title><description><![CDATA[<p>Ich bin in der Lage, serverseitig per ISAPI-Extension eine HTTP-GET Anfrage zu parsen und zu beantworten.<br />
Jetzt würde ich gern auch HTTP-POST Anfragen bearbeiten können. Kann man da grundsätzlich auch mit einer ISAPI-Extension arbeiten und die Daten irgendwie aus dem HTTP-Header lesen?</p>
<p>Gruß, Thomas</p>
<p>P.S.: Hier zwei super Links zum Einstieg in das Thema ISAPI Extensions:<br />
<a href="http://www.codeproject.com/isapi/isapi_extensions.asp" rel="nofollow">http://www.codeproject.com/isapi/isapi_extensions.asp</a><br />
<a href="http://www.samspublishing.com/library/content.asp?b=Visual_C_PlusPlus&amp;seqNum=100&amp;rl=1" rel="nofollow">http://www.samspublishing.com/library/content.asp?b=Visual_C_PlusPlus&amp;seqNum=100&amp;rl=1</a></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/146769/isapi-extension-http-post</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 13:20:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/146769.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 May 2006 17:32:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ISAPI Extension + HTTP-POST on Wed, 10 May 2006 17:34:45 GMT]]></title><description><![CDATA[<p>Ich bin in der Lage, serverseitig per ISAPI-Extension eine HTTP-GET Anfrage zu parsen und zu beantworten.<br />
Jetzt würde ich gern auch HTTP-POST Anfragen bearbeiten können. Kann man da grundsätzlich auch mit einer ISAPI-Extension arbeiten und die Daten irgendwie aus dem HTTP-Header lesen?</p>
<p>Gruß, Thomas</p>
<p>P.S.: Hier zwei super Links zum Einstieg in das Thema ISAPI Extensions:<br />
<a href="http://www.codeproject.com/isapi/isapi_extensions.asp" rel="nofollow">http://www.codeproject.com/isapi/isapi_extensions.asp</a><br />
<a href="http://www.samspublishing.com/library/content.asp?b=Visual_C_PlusPlus&amp;seqNum=100&amp;rl=1" rel="nofollow">http://www.samspublishing.com/library/content.asp?b=Visual_C_PlusPlus&amp;seqNum=100&amp;rl=1</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1055050</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1055050</guid><dc:creator><![CDATA[Thomas++]]></dc:creator><pubDate>Wed, 10 May 2006 17:34:45 GMT</pubDate></item><item><title><![CDATA[Reply to ISAPI Extension + HTTP-POST on Wed, 10 May 2006 17:43:23 GMT]]></title><description><![CDATA[<blockquote>
<p>CGI scripts receive data from the client by reading from stdin. In an ISA, this should be changed to read data from the lpbData buffer passed in the ECB and by using the ReadClient() function.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1055057</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1055057</guid><dc:creator><![CDATA[...........]]></dc:creator><pubDate>Wed, 10 May 2006 17:43:23 GMT</pubDate></item></channel></rss>