URL parameters are removed if URL has trailing slash

Status
Not open for further replies.

Saull

Newbie
Joined
Mar 25, 2017
Messages
17
Reaction score
2
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
 
Hi,

This thread can be closed or removed.
The problem was in some script in html file.
 
Status
Not open for further replies.
Back
Top