简体   繁体   中英

Does SSL only encrypt form data, or the other part of the page as well?

I have searched on google but the results didn't give me a definite answer.

Consider a situation, where you submit some confidential information in a form, then the server send you back some even more confidential information and your ajax call back update the page with that information. You definitely want both the form information and the information back to be securely encrypted.

Will SSL satisfy this purpose? Thanks.

SSL encrypts all of the request headers and body, and all of the response headers and body. As long as you submit your form to an https URL the content will be protected in both directions on the network.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM