Best practices for custom http user-agent strings?
        Posted  
        
            by Noufal Ibrahim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Noufal Ibrahim
        
        
        
        Published on 2010-05-04T07:19:57Z
        Indexed on 
            2010/05/04
            7:28 UTC
        
        
        Read the original article
        Hit count: 579
        
I'm developing an application that communicates with an internal web service using HTTP.
Are there any "best practices" for custom user-agent strings so that I can put a nice one in my app? It's a Python library and the lower transport is Python's own httplib. Should the user-agent string say that or something else?
© Stack Overflow or respective owner