HttpWatch Automation Reference - Version 13.x
HttpWatch Namespace / Cookie Class / Source Property

In This Topic
    Source Property
    In This Topic
    The source of the cookie if known, e.g. "Server", "Javascript", "Stored"
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As String
    public string Source {get;}

    Property Value

    Returns a string value that indicates the origin of this cookie:

    • "Server" - the cookie was returned from the server using a Set-Cookie response header
    • "Javascript" - the cookie value was created in the client-side browser using Javascript
    • "Stored" - the cookie was set in a previous browsing session and was read from the browser's persistent cookie store
    • "" - an empty string indicates that the source of the cookie could not be determined
    Requirements
     
    See Also