As long as the protocol (http/https) server (localhost) and port (3000) are the 
same, just use the url ... (/admin/login/)

if protocol port or server change then you violate SOP (same origin policy) and 
the browser prevents the call.


-jason

On Dec 28, 2009, at 5:09 PM, Paulo Coutinho wrote:

> How i can access a different url when call an async service?
> 
> For example:
> 
> I have an app in ruby on rails that is my backend, and the client was built 
> on gwt, but i want use the login process from my ruby on rails app, so how i 
> can call a different url(on my case http://localhost:3000/admin/login/) on 
> async call ?
> 
> -- 
> Atenciosamente,
> Paulo Coutinho.
> Blog: www.prsolucoes.com/blog
> Site: www.prsolucoes.com
> Msn:  [email protected]
> 
> --
> 
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" 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-web-toolkit?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.


Reply via email to