<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>HTTP GET? | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/</link>
  <description>A Scripting forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>09/07/04, 251 27 2004 2004:%i:1094542045 03:27:25</pubDate>
  <lastBuildDate>06/07/13, 158 51 2013 2013:%i:1370587870 02:51:10</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Terakris  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1265</link>
    <description><![CDATA[Hi people,<br /><br />I'm trying to access a page on another server and include it in my page, much like a server side include (im using ASP). Ive been given this sample that works in ColdFusion apparently, but wondered if anyone had a similar solution for ASP?<br /><br />&lt;!-- HTTP include theUrl --&gt; <br />&lt;CFHTTP method=&quot;GET&quot; url=&quot;#theUrl#&quot; resolveurl=&quot;Yes&quot;&gt; <br />&lt;cfoutput&gt; <br />#CFHTTP.FileContent# <br />&lt;/cfoutput&gt; <br />&lt;/CFHTTP&gt; <br /><br />The page is on a remote server (web site), not on our domain so we cant access it via local paths so has to be by HTTP. Any help would be appreciated.<br /><br />Thanks in advance<br /><br />Kris]]></description>
    <pubDate>09/07/04, 251 27 2004 2004:%i:1094542045 03:27:25</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1265</guid>
   </item>
     <item>
    <title>Asrar  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1266</link>
    <description><![CDATA[R&amp;D Microsoft's XMLHTTP<br /><br />Server.CreateObject(&quot;Microsoft.XMLHTTP&quot<img src="/images/emoticons/wink.png" class="smiley" />]]></description>
    <pubDate>10/06/04, 280 43 2004 2004:%i:1097084589 13:43:09</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1266</guid>
   </item>
     <item>
    <title>Stuartm  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1267</link>
    <description><![CDATA[The code for an ASP include looks like this:<br /><br />&lt;!--#include file=&quot;http://www.yoursite.com/yourfile.asp&quot;--&gt;<br /><br />Just substitute the URL for the URL of your include and that should work just fine.<br /><br />Stu]]></description>
    <pubDate>06/03/05, 154 52 2005 2005:%i:1117813970 11:52:50</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1267</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1268</link>
    <description><![CDATA[However, includes in general don't always work across different servers.<br /><br />Also, you should be aware that what you're doing is pretty dangerous. First, your code will be jacked up, because you're bringing in their code (which probably includes their head, body, script, css and whatever other tags you probably don't want). Even worse, you're at the whim of that webmaster... if there's ever anything bad on their page, or if it's ever compromised, now that's on yours, too. Worst case, a virus gets on thier page. Now you've got it on yours.]]></description>
    <pubDate>06/03/05, 154 09 2005 2005:%i:1117818588 13:09:48</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/http_get/#p1268</guid>
   </item>
   </channel>
</rss