gqli.rb icon indicating copy to clipboard operation
gqli.rb copied to clipboard

Using basic_auth

Open knut2 opened this issue 3 years ago • 0 comments

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

knut2 avatar Sep 26 '22 09:09 knut2