Skip to content

curl: add new option HTTP AUTH#26171

Merged
feckert merged 1 commit intoopenwrt:masterfrom
TDT-AG:pr/20250319-curl
Mar 20, 2025
Merged

curl: add new option HTTP AUTH#26171
feckert merged 1 commit intoopenwrt:masterfrom
TDT-AG:pr/20250319-curl

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 <fe@dev.tdt.de>
@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