#!/usr/bin/perl
use LWP::UserAgent;
use CGI;
$ua = LWP::UserAgent->new;
$ua->agent("NuBrowser/10.7 ");
$res = $ua->request(HTTP::Request->new(GET =>  $ENV{QUERY_STRING};
$q = CGI->new;
print $q->header($res->headers->{'Content-Type'}),$res->content;

does it for me! real simple, classic perl cgi, and now I can use jquery to
read other's rss feeds (or anything else)!


On 4/6/07, listreader <[EMAIL PROTECTED]> wrote:

SnapShot wrote:
> More important... is there a way around it that is transparent to the
> reader of the site?
>

If you have access to server-side java/cgi/php whatever, you
can proxy the URL you want to load.  Look up "ajax proxy" for
a rundown of the issue.

--
paulw




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

Reply via email to