Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects
85
stars
15
forks
source link
`request.url` does not reflect the current url scheme with a tls server #703
Closed
malud closed 1 year ago
Describe the bug Since #615 Couper may being used with the tls option which leads to the following behaviour.
To Reproduce Steps to reproduce the behavior:
couper version
ordocker run avenga/couper version
edge
*.hcl
. Remove sensitive data.curl
call for reproductionlocation: http://localhost:4443/
must belocation: https://localhost:4443/
Additional context This also leads to wrong redirects for example while using the oidc configuration in combination with TLS:
This url would be unknown to a configured application.