HTTPS URL是否已加密? [英] Are HTTPS URLs encrypted?

查看:107
本文介绍了HTTPS URL是否已加密?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用TLS / SSL(HTTPS)加密时是否加密了所有网址?我想知道,因为我希望在使用TLS / SSL(HTTPS)时隐藏所有URL数据。

Are all URLs encrypted when using TLS/SSL (HTTPS) encryption? I would like to know because I want all URL data to be hidden when using TLS/SSL (HTTPS).

如果TLS / SSL为您提供了总URL加密,那么我就不知道了不必担心从URL隐藏机密信息。

If TLS/SSL gives you total URL encryption then I don't have to worry about hiding confidential information from URLs.

推荐答案

是的,SSL连接在TCP层和HTTP之间层。客户端和服务器首先建立安全的加密TCP连接(通过SSL / TLS协议),然后客户端将通过该加密的TCP连接发送HTTP请求(GET,POST,DELETE ...)。

Yes, the SSL connection is between the TCP layer and the HTTP layer. The client and server first establish a secure encrypted TCP connection (via the SSL/TLS protocol) and then the client will send the HTTP request (GET, POST, DELETE...) over that encrypted TCP connection.

这篇关于HTTPS URL是否已加密?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆