最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Is there any way to see hidden content on a website maybe hidden cloudfront links? - Stack Overflow

programmeradmin1浏览0评论

I know this might sound a bit crazy but is there any way to see hidden content on a website? For example have a look here . Is there a way to see the hidden images. I saw the source code and I think there is something with cloudfront system.

Any help will be appreciated Thank you

I know this might sound a bit crazy but is there any way to see hidden content on a website? For example have a look here http://99designs./web-design/contests/website-design-wanted-degrees-inc-233084 . Is there a way to see the hidden images. I saw the source code and I think there is something with cloudfront system.

Any help will be appreciated Thank you

Share Improve this question asked Jul 24, 2013 at 3:30 Marcel Marcel 31 gold badge1 silver badge4 bronze badges 0
Add a ment  | 

1 Answer 1

Reset to default 1

It depends on how they have 'hidden' the content:

  • If they just use display: none; or visibility: hidden; (i.e. they sytlistically hide it) then you can't see it as the browser won't render the item, but it will still exist in the HTML; if it's an image, the link to the image will be valid, or if it is text you can just read it.

  • In your example, they are using some server-side code to limit what is actually emitted into HTML - thus there is nothing there. That way people can't just inspect the source and hack around it.

发布评论

评论列表(0)

  1. 暂无评论