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
Calling post request to http endpoint will instead call get method on the reverse proxy.
See logs
nginx-proxy | nginx.1 | <REDACTED> - - [18/Aug/2021:09:23:31 0000] "POST /api/v1/register HTTP/1.1" 301 169 "-" "PostmanRuntime/7.28.2" "-" asi-server | 2021-08-18 09:23:32.081 [DefaultDispatcher-worker-1] TRACE ktor.application - 404 Not Found: GET - /register nginx-proxy | nginx.1 | <REDACTED> - - [18/Aug/2021:09:23:32 0000] "GET /api/v1/register HTTP/1.1" 404 0 "http://<REDACTED>/api/v1/register" "PostmanRuntime/7.28.2" "172.19.0.5:8080"
But calling https directly works just fine
asi-server | 2021-08-18 09:27:17.602 [DefaultDispatcher-worker-3] TRACE ktor.application - 400 Bad Request: POST - /register nginx-proxy | nginx.1 | <REDACTED> - - [18/Aug/2021:09:27:17 0000] "POST /api/v1/register HTTP/1.1" 400 62 "-" "PostmanRuntime/7.28.2" "<REDACTED>"
My docker-compose env variables is
- VIRTUAL_HOST=REDACTED - VIRTUAL_PORT=8080 - VIRTUAL_PATH=/api/v1/ - VIRTUAL_DEST=/
Originally posted by @OliverRhyme in #1733 (comment)
The text was updated successfully, but these errors were encountered:
Test fix: #1737
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Calling post request to http endpoint will instead call get method on the reverse proxy.
See logs
But calling https directly works just fine
My docker-compose env variables is
Originally posted by @OliverRhyme in #1733 (comment)
The text was updated successfully, but these errors were encountered: