Hi There,
I am trying to get geo location of users without using my server,
So to get geo location from cloudfalre worker by useing - request.headers.get(‘Cf-Ipcountry’)
Since workers is feature billed per usage I am trying to figure how to execute the workers only when we need it to run.
Basically we don’t need it to run every pageviews and only once per session,
Is there any way to serve the worker only once per session?
I don’t mind writing client side in order to make it work…