Hi, We''ve just released a website that is built with Prototype and Adobe''s Spry framework. We use Ajax.Request to communicate with our web server to get a result for shopping search. It works from my home, my office, at a cafe using a wireless device, but for some reasons, it fails at my friend''s office. are there any circumstances that the Ajax.Request fails to get a response (maybe behind a firewall or a proxy, etc? or do I have to specify the entire URL including a domain name instead of absolute path?) Please let me know if you happen to know the reason why. By the way, you can try our website at http://try.shoppingfinder.jp (it''s in Japanese though) Thanks, Satoru --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
maybe your friend is having trouble loading the *31* javascript files.... On Fri, Apr 18, 2008 at 3:10 AM, Satoru Moriwaki <satorumoriwaki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > We''ve just released a website that is built with Prototype and Adobe''s > Spry framework. We use Ajax.Request to communicate with our web > server to get a result for shopping search. > > It works from my home, my office, at a cafe using a wireless device, > but for some reasons, it fails at my friend''s office. > > are there any circumstances that the Ajax.Request fails to get a > response (maybe behind a firewall or a proxy, etc? or do I have to > specify the entire URL including a domain name instead of absolute > path?) Please let me know if you happen to know the reason why. > > By the way, you can try our website at http://try.shoppingfinder.jp > (it''s in Japanese though) > > Thanks, > > Satoru > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Irfan, Ghouseuddin Syed
2008-Apr-18 11:11 UTC
Re: Ajax.Request fails to respond for some reasons
It could be due to some proxies or softwares like adSubtract and Norton that append additional content to the response, rendering the JSON / XML response unparseable. ________________________________ From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Brian Williams Sent: Friday, April 18, 2008 4:26 PM To: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails-spinoffs] Re: Ajax.Request fails to respond for some reasons maybe your friend is having trouble loading the 31 javascript files.... On Fri, Apr 18, 2008 at 3:10 AM, Satoru Moriwaki <satorumoriwaki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: Hi, We''ve just released a website that is built with Prototype and Adobe''s Spry framework. We use Ajax.Request to communicate with our web server to get a result for shopping search. It works from my home, my office, at a cafe using a wireless device, but for some reasons, it fails at my friend''s office. are there any circumstances that the Ajax.Request fails to get a response (maybe behind a firewall or a proxy, etc? or do I have to specify the entire URL including a domain name instead of absolute path?) Please let me know if you happen to know the reason why. By the way, you can try our website at http://try.shoppingfinder.jp (it''s in Japanese though) Thanks, Satoru --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---