Can somebody know how to solve this error "message": "The requested resource does not support http method 'GET'."? Is there a possible way to allow the GET method on the backend? I tried adding a Cors Policy and a header to my raise fault to allow the GET method but I got the same response.