1. The problem I’m having:
I m trying to serve an API over HTTPS with reverse proxy Caddy
Seems that Https is ok since I can access api on the web but on api side “Invalid HTTP request” is showing.
Uvicorn is running the api that is build with Python and FastApi.
Uviron is speaking in http1
how to send correct http query from reverse proxy to api so it is read and processed by the api?
2. Error messages and/or full log output:
Invalid HTTP request on API side
3. Caddy version:
V2.7.5
4. How I installed and ran Caddy:
Installed using Brew
a. System environment:
OS VENTURA M2PRO
b. Command:
caddy reverse-proxy --from DomainName.com --to :myport