[jQuery] Problem with Ajax Cross-Domain

[jQuery] Problem with Ajax Cross-Domain


Hi.
When i try to make an ajax request like:
$.get( "http:localhost:3001/account/create.json", SignUp.onComplete );
I get the following error in the firebug ( Net ):
OPTIONS - 405 Method Not Allowed
Is it related to cross-domain request?.