Is there a way to configure the SAM HTTP/S monitor to set the Content-Type header for an HTTP/S GET command?
Using Postman:
No Content-Type Header, page returns 400 Bad Request

With Content-Type Header set to application/json, page returns 200 OK

Thanks!