Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Problems with Basic Authentication #8

Description

@scotty84

Hi, I just tried to add the library to my project. But I'm not able to use Basic authentication. Attached you find my code snippet:

conn = OData::Service.open('https://apipreview.service.com/odata', { name: 'ODataDemo', typhoeus: { username: 'user@domain.com', password: 'password', httpauth: :basic }})

I'll get an unauthorized error message when I try to connect. Can you give me feedback, if I specified Basic authentication the right way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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