Hello
I try to understand how the SimpleJson plugin works.
I need to pass an authentication header in my request, something like: "“Authorization”: "GenieKey ". My request is going to the Opsgenie Alert API: https://docs.opsgenie.com/docs/alert-api and I want to use that json as datasource. This is the url: https://api.opsgenie.com/v2/alerts But so far I keep getting errors about my headers. This is the error I get (it seems that my request is working properly but that it is blocked by a missing CROS header):
Is there any way to implement the nessecary headers properly? Or can I disable the CORS policy in SimpleJson?