I’m quite new with Postman and freshener after University still getting familiar with systems and stuff. I want to test how API call will act with our API portal with disabled CORS policy on Postman if it’s even possible to do that? I know that by default CORS is includes these headers by default and bypassing CORS automatically.
CORS is an API-level setting. But if you’re getting issues, you could always install the Postman application and use that instead of the web version. Since CORS is for browser security, sending requests through the Postman app would bypass your CORS settings.