Are you sure you need to set a content-type on the GET request?
Generally GET requests should not have content-type because they do not have request entity (that is, a body), normally content-type would be set on a PUT/POST request.
You can set the Content-Type for a post/put by providing it as the second parameter to the POST request: post(state.url,"application/json",...)
But I dont think CEL supports this for a GET request and I don't think http_headers is a supported field for CEL inputs.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.