We have to use a proxy server to send requests to our API for security purposes. it is in the http //<ip-address>:<port>
format.
How do I add this proxy server in my ArtilleryJS yml file so that requests are sent using this proxy?
there is a mention of of using the HTTP_PROXY environment variable to pass it, but there is a lack of clear documentation in this regard.
Has someone tried this?