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

net library : generate basic authentication header value #29

Open
sporniket opened this issue Jan 30, 2020 · 0 comments
Open

net library : generate basic authentication header value #29

sporniket opened this issue Jan 30, 2020 · 0 comments

Comments

@sporniket
Copy link
Owner

sporniket commented Jan 30, 2020

Require #28

Generate the value of an authorization header using basic method :

"Basic " + ENCODE_BASE64.transform(format("%s:%s", login, password).getBytes())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant