读书人

How Secure Are Query Strings Over H

发布时间: 2012-07-30 16:19:05 作者: rapoo

How Secure Are Query Strings Over HTTPS?

?

A common question we hear is “Can parameters be safely passed in URLs to secure web sites? ” The question often arises after a customer has looked at an HTTPS request in HttpWatch and wondered who else can see this data.

For example, let’s pretend to pass a password in a?query string?parameter using the following secure URL:

https://www.httpwatch.com/?password=mypassword

HttpWatch is able to show the contents of a secure request because it is integrated with the browser and can view the data before it is encrypted by the?SSL?connection used for HTTPS requests:

How Secure Are Query Strings Over HTTPS

If you look in a network sniffer, like?Network Monitor, at the same request you would just see the encrypted data going backwards and forwards. No URLs, headers or content is visible in the packet trace::

How Secure Are Query Strings Over HTTPS

You can rely on an HTTPS request being secure so long as:

读书人网 >移动开发

热点推荐