Setting the value of the RequestHeaders feature

If you want to set the value of the RequestHeaders feature, you can create the following script:

local key = "Authorization: Bearer ABCDEFGH\r\n"
Gate_HTTP->http_request->SetRequestHeaders(key)
Gate_HTTP->http_request->SendRequest()
Then, the configuration should be send to the CLU and the script should be run.
 
An alternative solution is to call the SetRequestHeaders method from the "Control" tab - the method field should contain:

Authorization: Bearer ABCDEFGH\r\n