oops, that's lower case 'content-type'
On 5/2/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote:
if the second page does not require cookies from the client machine, and doesn't care what useragent gets it, you can use a small perl (or other language) program to fetch the page from the other site, then serve it as a locally produced page. #!/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} || " http://www.woot.com/DefaultMicrosummary.ashx")); $q = CGI->new; print $q->header($res->headers->{'Content-Type'}),$res->content; On 5/2/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > > > GET > http://moje.sms.cz/kategorie/seznamka/main_rpc.php?width=450&m_ido=sendlink&link=http%3A%2F%2Fmoje.sms.cz%2Ft.prochazka%2Fobr%2F758&js=1(591ms) jquery.js > (line 1) > uncaught exception: Security Error: Content at > http://moje.sms.cz/t.prochazka/obr/758 may not load data from http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=seznamka%2Fmain_rpc.php%3Fwidth%3D450%26m_ido%3Dsendlink%26link%3Dhttp%253A%252F%252Fmoje.sms.cz%252Ft.prochazka%252Fobr%252F758%26js%3D1&P_primo=true > . > undefined > > > different hosts don't work with ajax. > > On 5/2/07, ATom < [EMAIL PROTECTED]> wrote: > > > > > > You can try it here: > > > > http://moje.sms.cz/t.prochazka/obr/758 > > > > Click ont the letter under big picure. > > > > Without http redirect it working. > > > > > > > -- > Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ
-- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ