Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
389 views
in Technique[技术] by (71.8m points)

ssl - HTTPS URL是否已加密?(Are HTTPS URLs encrypted?)

Are all URLs encrypted when using TLS/SSL (HTTPS) encryption?

(使用TLS / SSL(HTTPS)加密时是否加密了所有URL?)

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

(我想知道,因为我希望在使用TLS / SSL(HTTPS)时隐藏所有URL数据。)

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

(如果TLS / SSL为您提供全面的URL加密,那么我不必担心从URL隐藏机密信息。)

  ask by Daniel Kivatinos translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Yes, the SSL connection is between the TCP layer and the HTTP layer.

(是的,SSL连接位于TCP层和HTTP层之间。)

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.

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...