Headers set on embedding
        Posted  
        
            by mschoening
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mschoening
        
        
        
        Published on 2010-04-16T15:46:41Z
        Indexed on 
            2010/04/22
            2:03 UTC
        
        
        Read the original article
        Hit count: 235
        
ruby
Lets say I have a URL (http://www.example.com/something). Is the following scenario somehow possible?
A) The user visits the URL directly and a standard page with markup, js, etc. is shown. B) The user embeds the same URL in an image tag and the URL is served only as an image.
© Stack Overflow or respective owner