Closed noam-arad closed 7 years ago
@noam-arad this should be taken care of know that #44 is in.
Thanks @ryanbillingsley . Just to verify, so now if I'd want to get the last ip I would need to define my own "detectIp" method?
@noam-arad yes, you could just copy the built-in function and change the index when we split the header IPs, then pass that function in the settings
I was just in a situation were I needed to use the IP that my ELB added to the x-forwarded-for header so I had to change the code a bit. I wanted to add this as a feature.