I saw how you got those links. But that won't work for me, because I need to capture real links inside the page I open, and with a proxy I can only get proxied links.
André Tavares On Tue, Mar 3, 2009 at 5:56 PM, André Tavares <[email protected]> wrote: > Jerome, > > how did you get to that gmodule proxy address? Because I need to access > diferent pages on that site so I will need to generate that address my self. > > André Tavares > > > > On Tue, Mar 3, 2009 at 3:25 PM, Vision Jinx <[email protected]> wrote: > >> >> I tried Jeromes link and got the same for your site but not mine. I >> had a quick look at your code and am maybe wondering about your >> encoding meta tag >> >> <meta content="text/html; charset=windows-1252" >> >> maybe try changing it to charset=iso-8859-1 or UTF-8 maybe >> >> just a thought >> >> On Mar 3, 6:25 am, André Tavares <[email protected]> wrote: >> > Again it worked last night and now it doesn't. There is a reason, but I >> > can't figure it out. Does anyone has any idea??? >> > >> > André Tavares >> > >> > On Mon, Mar 2, 2009 at 4:45 PM, André Tavares <[email protected]> >> wrote: >> > > Hello Max, >> > >> > > I have tried every address in that domain and it doesn't work. Last >> night >> > > after I sent the message, it was working, but now it is gone again. Is >> there >> > > anything I can do? >> > >> > > Thanks, >> > > André Tavares >> > >> > > On Mon, Mar 2, 2009 at 6:23 AM, Max Morawski < >> > > [email protected]> wrote: >> > >> > >> Hi Andre! >> > >> > >> Just a guess but Google recently started to cache everything heavily, >> > >> including request responses. If your service has been unavailable in >> recent >> > >> past you might still see it this error in your gadget even if there's >> new >> > >> contents now. Try adding some parameters to your URL (...?foo=bar) >> and see >> > >> if it helps. >> > >> > >> Cheers, >> > >> Max >> > >> > >> On Sun, Mar 1, 2009 at 9:31 PM, André Tavares <[email protected]> >> wrote: >> > >> > >>> Hello, >> > >> > >>> I'm trying to make a gadget that fetches contents from a specific >> > >>> website. But always that I fetch something from it I get error "503 >> > >>> Service Temporarily Unavailable". The thing is that I can normally >> > >>> access the website in my browser. Can someone help me on this >> matter? >> > >>> A simplified code for the gadget is below. >> > >> > >>> <?xml version="1.0" encoding="UTF-8"?> >> > >>> <Module> >> > >>> <ModulePrefs title="hello world example" /> >> > >>> <Content type="html"><![CDATA[ >> > >>> <script type="text/javascript"> >> > >>> _IG_FetchContent("http://www.ogol.com.br/", test); >> > >> > >>> function test(txt){ >> > >>> alert(txt); >> > >>> }; >> > >> > >>> </script>]]></Content> >> > >>> </Module> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
