Skip to content

curl: add new option HTTP AUTH #26171

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
Mar 20, 2025
Merged

Conversation

feckert
Copy link
Member

@feckert feckert commented Mar 19, 2025

Maintainer: @1715173329 @hnyman
Compile tested: x86_64, APU3, latest version
Run tested: x86_64 and lantiq_xrx200, APU3, connect to a server with digest auth requirements

Description:

The '--enable-http-auth' compile option in cURL is used to enable support for HTTP authentication methods. This option allows cURL to handle various authentication schemes, such as Basic, Digest, NTLM, and others, which are commonly used in HTTP requests to secure access to resources.

This cURL compile option is default disabled. This should at least be enabled as a compile option in OpenWrt so that it can be switched on if needed.

The '--enable-http-auth' compile option in cURL is used to enable support
for HTTP authentication methods. This option allows cURL to handle various
authentication schemes, such as Basic, Digest, NTLM, and others, which
are commonly used in HTTP requests to secure access to resources.

This cURL compile option is default disabled. This should at least be enabled
as a compile option in OpenWrt so that it can be switched on if needed.

Signed-off-by: Florian Eckert <[email protected]>
@1715173329
Copy link
Member

Cc maintainer @krant

@feckert feckert merged commit 43b9a37 into openwrt:master Mar 20, 2025
12 checks passed
@feckert feckert deleted the pr/20250319-curl branch March 20, 2025 07:38
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

Successfully merging this pull request may close these issues.

3 participants