So I’m implementing Frontity in Embedded mode and I am using the WP Engine - GeoTarget plugin.
Basically it gets the IP etc from the PHP request its happening. However, since I’m in embedded mode,
When I query the endpoint which returns the GEOIP data from Frontity, it will query from the frontity server instead of the client.
So what is the best way for me to first, get GEOIP data from WP before hopping on to Frontity to pass that data?
Thanks!