We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The request backend configuration seems to fail if the backend string reference is used.
To Reproduce Steps to reproduce the behavior:
couper version
docker run --entrypoint=/couper avenga/couper version
0.8 2021-04-08 2a27495
*.hcl
server "couper" { endpoint "/" { request { backend = "ref" } } } definitions { backend "ref" { origin = "https://httpbin.org" } }
curl
curl -v http://localhost:8080/
ERRO[0018] connecting to default ":80" failed: dial tcp :80: connect: connection refused
Expected behavior Connect and request https://httpbin.org/
The text was updated successfully, but these errors were encountered:
malud
Successfully merging a pull request may close this issue.
Describe the bug
The request backend configuration seems to fail if the backend string reference is used.
To Reproduce
Steps to reproduce the behavior:
couper version
ordocker run --entrypoint=/couper avenga/couper version
0.8 2021-04-08 2a27495
*.hcl
. Remove sensitive data.curl
call for reproductioncurl -v http://localhost:8080/
ERRO[0018] connecting to default ":80" failed: dial tcp :80: connect: connection refused
Expected behavior
Connect and request https://httpbin.org/
The text was updated successfully, but these errors were encountered: