如何确定网页的哪些部分已加密,哪些未加密? [英] How do I figure out which parts of a web page are encrypted and which aren't?

查看:113
本文介绍了如何确定网页的哪些部分已加密,哪些未加密?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个我没有完全设置好的网络服务器,我试图找出网页的哪些部分被加密发送,哪些没有被发送.Firefox 告诉我页面的某些部分已加密,但我想知道具体是什么内容被加密.

I'm working on a webserver that I didn't totally set up and I'm trying to figure out which parts of a web page are being sent encrypted and which aren't. Firefox tells me that parts of the page are encrypted, but I want to know what, specifically, is encrypted.

推荐答案

对于页面中加载的每个元素,检查它们的方案:

For each element loaded in page, check their scheme:

  • 它以 HTTPS 开头:它是加密的.
  • 它以 HTTP 开头:未加密.

(您可以通过右键单击页面并选择查看页面信息"然后选择媒体"选项卡来查看 Firefox 上相对完整的列表.

(you can see a relatively complete list on firefox by right-clicking on the page and selecting "View Page Info" then the "medias"tab.

FF 仅显示图像和多媒体元素.它们也是 javascript 文件 &必须检查的 CSS.Firebug 是一个很好的工具,可以找到您需要的东西.

FF only shows images and multimedia elements. They are also javascript files & CSS ones which have to be checked. And Firebug is a good tool to find what you need.

这篇关于如何确定网页的哪些部分已加密,哪些未加密?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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