Facing issue while calling integration from OCI API Gateway
Summary:
Hi, I am getting an error while calling OIC integration from Oracle OCI API Gateway I am able to deploy it on API Gateway but when I am running it from Postman getting this error message.
I am using basic authentication here.
{
"message": "Not Found",
"code": 404
}
0