Using jQuery's ajax() function with an SSL client certificate

后端 未结 2 837
北荒
北荒 2020-12-11 02:06

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

2条回答
  •  囚心锁ツ
    2020-12-11 02:31

    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.

提交回复
热议问题