Hello Everyone..!!!
I am facing CORS issue currently in my project. I am developing Rest OSB services which is getting called from Angular JS front end.
I could see, REST(get) is successful but not in case REST(POST). I could see below error on Angular JS side while accessing proxy.
Access to XMLHttpRequest at 'http://xyz.com/Bitumi_TestPostService/RestService' from origin
'http://localhost:8100' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin'
header is present on the requested resource.
Oracle User Group Community Portal
I have added all mandatory properties in transport header.

Any leads would be appreciated.
Thanks in Advance..!!!