c# Get httponly cookie
        Posted  
        
            by krisox
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by krisox
        
        
        
        Published on 2010-06-17T15:10:31Z
        Indexed on 
            2010/06/17
            15:13 UTC
        
        
        Read the original article
        Hit count: 381
        
Hello, How can i get a httponly cookie in a httpwebresponse ? Habitually i use a CookieContainer to get the cookies in a httpwebresponse, but it doesnt work with httponly cookie.
Is there an other way to catch them ?
© Stack Overflow or respective owner