Skip to content

Can we share crossdomains cookies? #14

@bimawa

Description

@bimawa

Just in my case we use proxy redirecting service, and cookies not throw validation by domens comparation.
If we set up this

        // Is the cookie for current domain?
        if (![validDomain hasSuffix:cookie.domain] && ![cookie.domain hasSuffix:validDomain]) {
            //NSLog(@"Skipping %@ (because not %@)", cookie.properties, validDomain);
            continue;
        }

as optional params is it will be bad?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions