How do you get the http headers passed on a page? Is this achievable via javascript/jquery? I'm looking into something like this: http://www.mulliner.org/pc.cgi
            Asked
            
        
        
            Active
            
        
            Viewed 2.5k times
        
    2
            
            
        - 
                    HTTP headers are sent from the browser to the server, so you do it in the server. – Barmar Oct 18 '13 at 02:48
- 
                    Yes. Please refer to: http://stackoverflow.com/questions/10548990/how-to-get-read-data-from-response-header-in-jquery-javascript – joydesigner Oct 18 '13 at 02:53
