Hi I've added the CORS policy to my service (It's a REST service) The URI path that I've added to the Endpoint-CORS policy mapping looks like this: api/GetPendingApprovalsByUser/1/GetPendingApprovalsREST/ But when I'm calling it using FETCH on JS code, it shows the "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource" error message Something that I'm doing wrong here?
Learned new concept....thanks Prem
You are welcome 😊
Awesome thank you so much sir.
Good content
Hi Pream Kumar
Can you explain Cookie Monster in Pega
Hi
I've added the CORS policy to my service (It's a REST service)
The URI path that I've added to the Endpoint-CORS policy mapping looks like this:
api/GetPendingApprovalsByUser/1/GetPendingApprovalsREST/
But when I'm calling it using FETCH on JS code, it shows the "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource" error message
Something that I'm doing wrong here?