I want to make a XHR call to a REST service using the ajax() function of jQuery. Basically, this works fine, but the REST service is only accessible by https, a
It's possible to make ssl ajax calls if the request source and target are in the same domain and using https: Securing AJAX & SSL. But you can't make an ssl authentication within your ajax call.