Problem
Getting a URL that contains /./ inside from a redirection.
I run a GET {{base}}/main-menu. The response is 302 with a redirect to ./menu
Postman is trying to GET {{base}}/./main (with the ./ inside) and fails with a 404.
But if try that in the navigator I get what I want.
Question
Is there a setting or a way to make this works in Postman in an authomated way?
(with authomated way I ment to not touching by hand).
Reproduction steps
Set a GET to https://nodejs.org/./en in Postman fails. In the navigator works.
I'm using Postman 9.31.0


