We made a track and trace Webservice (= Message Independent Protocol system flow) for external use
https://xxx.xxxxxxxxx.com/indicium/open/sf/api/public_track_trace
It works fine as POST request within Postman and I asume that it must be possible to use the API when running it in website in a browser.
Now the developer of our public website wants to implement the Webservice but runs into CORS related errors and it looks like we have to make some adjustment at our side.
Any ideas on what must be done in the setup of indicium to let it work? Or do we have to add something special in the response headers?
