Skip to content

Http support digestAuth #643

Description

@martinchoma

So far we can write

Http.get(cacheUrl).basicAuth(USER_NAME, PASSWORD).waiters().ok().waitFor();

This jira is about to make support for digestAuth as well, so one can write

Http.get(cacheUrl).digestAuth(USER_NAME, PASSWORD).waiters().ok().waitFor();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions