im working on Pega Constellation where i have imported pega react SDK Mediaco Package and Configured React also but problem is im able to created cases using DXAPI but getting error for clicking submit button
same request i checked in postman for that but when i give header “access-control-request-method” : PATCH then preflight is getting 403 error but if i just replace it with post im getting 200 response
But in CORS rule i Provided allowed headers for patch and here when i remove check box for get ,post and tried then also its giving 200 response so beyond CORS rule do we have any other option for permissions of methods in pega? i think maybe its not responsible for methods permissions