denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

Approximate user location based on their IP #608

Open felix-schindler opened 9 months ago

felix-schindler commented 9 months ago

What problem are you trying to solve?

Knowing the approximate location of my websites visitor.

Describe the solution you'd like

Vercel has these really nice headers:

I would love to have these in Deno Deploy as well because you can do a lot of things with these.

Describe alternatives you've considered

  1. Getting the users ip and figuring out the location yourself
  2. Asking the user for his location with JavaScript in the browser

Documentation, Adoption, Migration Strategy

No response