On Oct 18, 4:54 pm, Christophe Porteneuve <[EMAIL PROTECTED]> wrote: > nvleer a écrit : > > It seems like my situation does not violate this mandate. The page is > > served from my embedded device which also contains my REST server. The > > The only difference is the port. ?? > Hmmm, that's interesting. It might actually trigger Moz' claptrap. Can > you try serving the AJAX response on the same port, even faking it, to > check that the port is the issue?
I couldn't actually server the AJAX from the same port, but I changed the javascript to request from the same port and then watched the traffic with Ethereal, errr Wireshark. The port is indeed the problem. When Ajax.Request() is sent to port 80 (same as the page is served from) I see the HTTP GET. Is a different port really 'cross-domain'? Is there a way to get around this? The pages are served by thttpd and the REST server is done in Python. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
