Set cookies on another domain using curl
        Posted  
        
            by jdeans
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jdeans
        
        
        
        Published on 2010-04-20T00:24:18Z
        Indexed on 
            2010/04/20
            0:33 UTC
        
        
        Read the original article
        Hit count: 320
        
Hi, is it possible to use curl or other means to set a cookie on another domain? I have access to the php file on the other domain that can set the cookie but I do not know how to access that php file using curl and then set the cookie.
© Stack Overflow or respective owner