I'd like to create a user in my ember app and send the info over to the server using SSL. I'm not sure how to do this. Can I just set the url of my model to an https
address? From what I'm reading about SSL, it's against Javascript's same origin policy to use SSL with the ajax function.
Maybe I'm missing something simple, but I wasn't able to find this in the documentation or in any other questions here.