-
Notifications
You must be signed in to change notification settings - Fork 1.1k
func_curl: Allow auth methods to be set. #1333
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
Conversation
cherry-pick-to: 22 |
Workflow PRCheck completed successfully |
8af001b
to
823f13a
Compare
823f13a
to
1eccd8d
Compare
1eccd8d
to
478068a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor thing. Otherwise looks fine.
Currently the CURL function only supports Basic Authentication, the default auth method in libcurl. Add an option that also allows enabling digest authentication. Resolves: asterisk#1332 UserNote: The httpauth field in CURLOPT now allows the authentication methods to be set.
478068a
to
4aea640
Compare
Workflow PRCheck completed successfully |
Workflow PRCPCheck failed |
Successfully merged to branch master and cherry-picked to ["22","21","20"] |
Currently the CURL function only supports Basic Authentication, the default auth method in libcurl. Add an option that also allows enabling digest authentication.
Resolves: #1332
UserNote: The httpauth field in CURLOPT now allows the authentication methods to be set.