Hello,
When I open URL with trailing slash and parameters in URL like https://example.com/folder1/?foo=bar, web server redirects to URL without trailing slash and truncates parameters, so I'm redirected to https://example/folder1.
What should I config so parameters wouldn't be removed ?
I'm using NGIX.
Best regards
When I open URL with trailing slash and parameters in URL like https://example.com/folder1/?foo=bar, web server redirects to URL without trailing slash and truncates parameters, so I'm redirected to https://example/folder1.
What should I config so parameters wouldn't be removed ?
I'm using NGIX.
Best regards