I need to add CustomHeader in my restclient to add an apikey.
In my code I use (FRESTClient is TRESTClient)
FRESTClient.SetHTTPHeader('X-XXX-ApiKey', 'fdfd121231212fds');
but it is not set in my http header when I see it on fiddler. What is the way to make this ?