if my load balancer (nginx) is set to load balance based on origin IP, how can i make my gatling script fake the origin IP based on the user?
if my load balancer (nginx) is set to load balance based on origin IP, how can i make my gatling script fake the origin IP based on the user?
Either scale out, or use IP aliasing (only possible in a private network).