Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using basic_auth #21

Open
knut2 opened this issue Sep 26, 2022 · 0 comments
Open

Using basic_auth #21

knut2 opened this issue Sep 26, 2022 · 0 comments

Comments

@knut2
Copy link

knut2 commented Sep 26, 2022

Hello,
I'm actually trying gqli and I run in problems with authorization.

My client needs a basic_authorization via
request = Net::HTTP::Get.new(uri.request_uri)
request.basic_auth("admin", "admin")

Is there a way to do this?

I guess it needs a change in GQLi::Client#request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant