mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:23:32 +03:00
http_aws_sigv4: improve sigv4 url encoding and canonicalization
Closes #17129
This commit is contained in:
parent
5763449112
commit
c19465ca55
11 changed files with 695 additions and 129 deletions
|
|
@ -99,8 +99,6 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
16. aws-sigv4
|
||||
16.2 aws-sigv4 does not handle multipart/form-data correctly
|
||||
16.3 aws-sigv4 has problems with particular URLs
|
||||
16.6 aws-sigv4 does not behave well with AWS VPC Lattice
|
||||
|
||||
17. HTTP/2
|
||||
17.1 HTTP/2 prior knowledge over proxy
|
||||
|
|
@ -607,14 +605,6 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
https://github.com/curl/curl/issues/13351
|
||||
|
||||
16.3 aws-sigv4 has problems with particular URLs
|
||||
|
||||
https://github.com/curl/curl/issues/13058
|
||||
|
||||
16.6 aws-sigv4 does not behave well with AWS VPC Lattice
|
||||
|
||||
https://github.com/curl/curl/issues/11007
|
||||
|
||||
17. HTTP/2
|
||||
|
||||
17.1 HTTP/2 prior knowledge over proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue