开发者

Is prototype javascript library able to handle AJAX requests through HTTPS?

开发者 https://www.devze.com 2023-02-19 23:33 出处:网络
CONTEXT: I\'m currently developing a website that will involve Credit Card numbers handling. Confidential data are now sent through an AJAX request using the prototype library. I\'m using simple HTTP

CONTEXT:

I'm currently developing a website that will involve Credit Card numbers handling. Confidential data are now sent through an AJAX request using the prototype library. I'm using simple HTTP request for now, as I'm developing, but later on I would like everything t开发者_StackOverflow社区o run on HTTPS.

QUESTION:

  • Can prototype perform HTTPS AJAX request ?
  • If it is not default, how can I force it ?

Thanks for your help,


I don't think the SSL makes any difference here. Just make sure your url for request has https.

I use jQuery without any problems over http & https.

0

精彩评论

暂无评论...
验证码 换一张
取 消