HTTPS 标头和完整 URL 路径
如何查看 HTTPS 标头?
我们将查看 HTTPs 流量并提取标头和完整 URL 路径。
有什么想法可以做到这一点吗?
How do I go about looking at an HTTPS header?
we would look inside the HTTPs traffic and extract the headers and full URL path.
Any thoughts on what it takes to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,您的问题没有多大意义,因为 SSL 被设计为不透明的安全传输并防止窥视。
事实上,如果你控制了沟通的一侧,你就可以采取一些行动。但这些操作取决于许多细节,例如您是否有权访问客户端或服务器、服务器和客户端使用什么软件。
最后,我想说这个问题看起来与编程无关,除非您更详细地描述您的任务。
In general your question doesn't make much sense because SSL was designed to be opaque secure transport and prevent peeping into it.
In reality if you control one of the sides of communication you can take some actions. But these actions depend on many details, such as whether you have access to the client or server, what software is used on the server and client side.
Finally, I'd say that this question doesn't look to be programming-related unless you describe your task in more details.