You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
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?