On 6 Kwi, 17:07, Colin Mollenhour <[EMAIL PROTECTED]> wrote:
> Try an HTTP debugger like this one
> (http://www.softx.org/debugger-download.html) to inspect both the
> request and the response to make sure those are what you expect. This
> sounds like maybe a SOP error though. Your ajax request must be to the
> same origin as the current page, i.e. http vs. https, domain name, and
> probably port as well. Try passing a relative URL rather than an
> absolute one.

Of course. How stupid am I ? :(
I suppose it's because of security reasons, that you can't use ajax
request to another origin?
Anyway, I greatly appreciate your help.
Regards,
Luke


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to