Thanks to visit codestin.com
Credit goes to github.com

Skip to content

func_curl: Allow auth methods to be set.#1333

Merged
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1332
Aug 5, 2025
Merged

func_curl: Allow auth methods to be set.#1333
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1332

Conversation

@InterLinked1

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@github-actions

github-actions Bot commented Aug 1, 2025

Copy link
Copy Markdown

Workflow PRCheck completed successfully

Comment thread funcs/func_curl.c Outdated
Comment thread funcs/func_curl.c Outdated

@seanbright seanbright left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread funcs/func_curl.c Outdated
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.
@github-actions

github-actions Bot commented Aug 1, 2025

Copy link
Copy Markdown

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
@github-actions

github-actions Bot commented Aug 4, 2025

Copy link
Copy Markdown

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
@github-actions

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown

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