Cors Error For Saas and SM

I am new to using webhook , I have setup a flow Which as in BPMN Model , While I am Hitting the Post WebHook URL From FrontEnd it is giving me cors errors for both Saas And SM Is there any way How to use this , I have tried proxy and few different things but no Luck , Using 8.5.5 version
ID Card.bpmn (18.7 KB)




@nathan.loding help me out on this

@MohitSinghSolanki-A - I see you have some other posts with related, but different, issues with the webhook event. Does it work correctly if you use Postman or curl? Is the only issue the CORS error, or does the webhook not work via other means?

Its working perfectly with postman

@MohitSinghSolanki-A - there are no CORS requirements for SaaS that I know of; looking at the console, you are also getting CORS errors to http://localhost:8085/inbound/Approval. Are you proxying the requests from your web app somehow? Can you share the full code of your React example here?

Thank you Nathan Got the Solution , I have to made a proxy for the api in backend than I am able to use it on front .