I trying to do a custom connector. Able to do the connection and when i try to test the operation, I'm getting the following error.
Any idea
Header
------------
{
"Authorization": "Bearer {token}",
"Content-Type": "application/x-www-form-urlencoded",
"Accept": "application/vnd.manageengine.sdp.v3+json"
}
Body
---------------
input_data=%7B%0A%20%20%22request%22%3A%7B%0A%20%20%20%22subject%22%3A%22test%20subject%20from%20powerapp%22%0A%7D%0A%7D
Response
------------
{
"response_status": {
"status_code": 4000,
"messages": [
{
"status_code": 4001,
"type": "failed",
"message": "UNAUTHORIZED_CORS_REQUEST"
}
],
"status": "failed"
}
}