We have done an upgrade of our development z/OS Connect server from v18 to v37. At the same time we also upgraded the toolkit to v3.0.807. Now we are not able to trigger API from Toolkit but API works ok when triggered from SoapUI. Tested the upgraded Toolkit against a v18 z/OS Connect server and that also works fine. Any suggestion what could be the issue ?
Update : We did some more testing and when we changed the CORS setting from : allowedHeaders="Origin, Content-Type, Authorization, Cache-Control, Expires, Pragma"
To
allowedHeaders=”*” then it worked from Toolkit again