java - Is there any way to see hidden content on a website maybe hidden cloudfront links? -
i know might sound bit crazy there way see hidden content on website? example have here http://99designs.com/web-design/contests/website-design-wanted-degrees-inc-233084 . there way see hidden images. saw source code , think there cloudfront system.
any appreciated thank you
it depends on how have 'hidden' content:
if use
display: none;
orvisibility: hidden;
(i.e. sytlistically hide it) you can't see browser won't render item, still exist in html; if it's image, link image valid, or if text can read it.in example, using server-side code limit what emitted html - there nothing there. way people can't inspect source , hack around it.
Comments
Post a Comment