wojtekmach / req

Req is a batteries-included HTTP client for Elixir.
https://hexdocs.pm/req
Apache License 2.0
1.09k stars 117 forks source link

fix: include custom ports in aws_sigv4_* functions #405

Closed fahchen closed 3 months ago

fahchen commented 3 months ago

Presigned URLs should remain valid across custom endpoint ports (e.g., 9000 instead of the standard 80 or 443) by including port numbers in the host header.

For related discussions in other repositories, see:

wojtekmach commented 3 months ago

Thank you!