Locally, GET method work normally.
When I go through the nginx reverse proxy, the url address is truncated.
Hi @OliJan71 - can you provide some more information such as your config and what you are hoping to accomplish?
If you are using NGINX as a reverse proxy, I assume you are using the proxy_pass
directive? In doing so, you really should be "GET"ing the IP/URL/host in which your NGINX deployment lives, which in turn means that you should be getting a different address altogether.
1 Like