Can you look to the order of multiple file with url rewritting
        Posted  
        
            by Frank
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Frank
        
        
        
        Published on 2010-04-08T17:44:12Z
        Indexed on 
            2010/04/08
            17:53 UTC
        
        
        Read the original article
        Hit count: 239
        
Let's say I have a html file (foo.html) that make a request to a xml file onload (bar.xml).
Is it possible, using a rewritting engine (isapi_rewrite for example) to detect if the xml file is being 'hotlinked' or being loaded by the 'index.html'?
Thank you.
© Stack Overflow or respective owner