I am trying to call a product list API below to get the list of products in a JSON format. I found the API link from the network tab while accessing the SAP API Business HUB.
https://DOMAIN/api/1.0/categories?$expand=products($top=10)
I can get a...
The error I'm getting is related to CORS. So, shouldn't the server add my domain in allow cross origin domain list in order to complete my request?Where should that be configured?