Open phbreitbach opened 6 months ago
thanks @phbreitbach! Support for NO_PROXY
is a good suggestion. We'll take a look (PR welcome too). To see which URL resulted in a specific HTTP code the metrics-by-endpoint
plugin could help, though that won't tell you if a request was proxied or not.
We are facing the same issue. The NO_PROXY variable is not used. Currently our workaround is, to unset the HTTP_PROXY and HTTPS_PROXY variable before running the artillery script.
VERSION INFO:
Artillery: 2.0.12 Node.js: v20.12.1 OS: linux
Running this command:
I expected to see this happen:
Instead, this happened:
It has cost me 4 days to analyze this behaviour in a scenario where after the proxy the firewall was blocking but I had no clue the request was running through the proxy at all and couldn't make Artillery tell me by DEBUG option. I think it's important to be able to analyse this by debug log besides respecting the NO_PROXY config.
Files being used: none