Do web browsers always send a trailing slash after a domain name?
        Posted  
        
            by Hank
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hank
        
        
        
        Published on 2010-04-05T21:50:47Z
        Indexed on 
            2010/04/05
            21:53 UTC
        
        
        Read the original article
        Hit count: 260
        
Is there consistency and/or a standard on how browsers send a url to a host related to trailing slashes?
Meaning, if I type in http://example.com in the address bar of a web browser, is the browser suppose to add a trailing slash (http://example.com/) or not?
© Stack Overflow or respective owner