Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
API Gateway Version: 10.7.0.15.477
customer
I am trying to consume REST API from the API Gateway with angular Application
the request is working from Postman but it blocked from the angular application
yes
@Yasser_Albarbary kindly check if CROS policy is enabled to this API in gateway . if so whitelist the “Access-Control-Allow-Origin” header value accordingly . Refer the below section in documention.
Note : preflight requirements should be validated at Intergration layer and not at APIGATEWAY .
@DINESH_J Thank you for your Reply,
I have tried all of these in both the Gateway and IS but it didn’t worked for me is the reverse invoke implementation related to this issue from any way?