Skip to content

Android always set httpOnly to falseΒ #164

@SikoraKam

Description

@SikoraKam

Setting cookie on android always work wrong. There is no option to set field "httpOnly" to true. Also fields like "domain" and "path" are always null.

Example log after setting and getting cookie:

domain: null
httpOnly: false
name: "device_id"
path: null
secure: false
value: "some_value"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions