1

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

image description here

jsotola
  • 340

1 Answers1

0

This seems to be working in postman now postman-send-request

Although it doesn't give information about redirection like Requestly does. Requestly-API-Client-send-request