Postman isn't a web application and so won't do CORS.
As the message on the screen will be telling you - you need to accept the certificate your gateway is using before CORS will be processed correctly by the browser.
CORS is not something we have any control over - its part of the browser security framework.
Also make sure your API has CORS enabled in it, and you do not have any OPTIONS methods in your API as they will conflict.
------------------------------
Chris Dudley
------------------------------
Original Message:
Sent: Wed February 16, 2022 04:14 AM
From: Suraj Sakpal
Subject: CORS error on developer portal
Hi,
We are facing CORS error while testing APIs on developer portal and explorer in API Manager (APIC V10) but with same endpoint URL APIs are working on postman.
------------------------------
Suraj Sakpal
------------------------------