fetch worker originating server is in US
I'm in VN. i created a worker that fetches another resource.
im returning the country code and also returning the response from the fetched resource
the above is my response. Im the only one who knows this endpoint url.
I'm the one making the requests right now from
VN
yet the worker server location is still US
?
how long do i wait until it updates to VN
? or Will it?
how can i bypass this?4 Replies
If the service uses GeoIP, then your location will always resolve to the US, since Cloudflare’s Egress IPs are registered in the US, and afaik you can’t change that
if smart placement changes to VN, will the worker making the fetch request always be in US still?
No. Even in this case, the request is probably coming from Vietnam, it is just that since the IP is registered in the US, it will show the request as coming from US
ahh i understand
thank you so much!