Skip to content

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

Merged
merged 1 commit into from
Aug 5, 2025

Conversation

InterLinked1
Copy link
Contributor

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.

@InterLinked1
Copy link
Contributor Author

cherry-pick-to: 22
cherry-pick-to: 21
cherry-pick-to: 20

Copy link

github-actions bot commented Aug 1, 2025

Workflow PRCheck completed successfully

Copy link
Contributor

@seanbright seanbright left a 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.
Copy link

github-actions bot commented Aug 1, 2025

Workflow PRCheck completed successfully

@gtjoseph gtjoseph added the cherry-pick-test Trigger dry run of cherry-picks label Aug 4, 2025
@github-actions github-actions bot added cherry-pick-testing-in-progress Cherry-Pick tests in progress cherry-pick-checks-failed Cherry-Pick checks failed and removed cherry-pick-test Trigger dry run of cherry-picks cherry-pick-testing-in-progress Cherry-Pick tests in progress labels Aug 4, 2025
Copy link

github-actions bot commented Aug 4, 2025

Workflow PRCPCheck failed
22-local_iax2_mgr: FAILED TEST: channels/iax2/hangupcause

@github-actions github-actions bot merged commit 2ae6cb7 into asterisk:master Aug 5, 2025
83 of 84 checks passed
Copy link

github-actions bot commented Aug 5, 2025

Successfully merged to branch master and cherry-picked to ["22","21","20"]

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

Successfully merging this pull request may close these issues.

[new-feature]: func_curl: Allow auth methods to be set
4 participants