Stop Postman request redirect for a specific request

Posting on behalf of a user:

β€œI want add a test in my post man collection for a redirection. I.e if hit a http:// url i want to ensure i get a 301/302 with https:// and same url. But post follows the request and give a 200 reponse when testing the status. I do not want to turn off the redirection behaviour globally, instead for testing this particular request i want to turn the redirection. I am hoping this would be part of the request configuration.”

Without much of the context, it sounds like you want to use mock responses. There’s more on that in https://learning.getpostman.com/docs/postman/mock_servers/setting_up_mock/