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.
As for debug output, here is what I use to get details for Ajax requests and exceptions. http://pastie.caboo.se/52202 Colin lpk wrote: > I forgot to mention that I triple checked the URLs to servlets. They > display in browser. There are also no firewalls involved. > 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 -~----------~----~----~----~------~----~------~--~---
