Open rtman opened 4 years ago
Need to determine the clients IP address from the graphql headers on the graphql server, use that for geoLocation. This way the clients adblock wont block it.
https://stackoverflow.com/questions/19266329/node-js-get-clients-ip
apparently docker for mac loses the source IP, but in linux it doesnt.
https://www.reddit.com/r/docker/comments/a0wqft/how_to_get_real_ip_of_client_request/
Need to determine the clients IP address from the graphql headers on the graphql server, use that for geoLocation. This way the clients adblock wont block it.