TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I collect IP address of users, but do not store it. Am I GDPR compliant?

7 点作者 rishikeshs6 个月前
For a side project of mine, I collect the IP address of users, log it to my server where the country of the user is identified(using ipinfo.io in the backend) and is saved in the database. Since I&#x27;m not storing the IP address as such, am I GDPR compliant? Do I need to add a consent banner?<p>I just store the country name.

6 条评论

LinuxBender6 个月前
<i>using ipinfo.io in the backend</i><p>I am not a lawyer and this is not legal advice. Are you sending the client IP to a third party API? There are existing questions and answers about this [1] but ultimately as others said one should at least consult a lawyer. It&#x27;s not even 15 minutes of their time. Consider using lookup tools that download the database [2] to your server to avoid sending the client IP anywhere even if it turns out to be in a gray area to do so. Even if not for a legal reason, technically this removes a real time dependency on a 3rd party website.<p>[1] - <a href="https:&#x2F;&#x2F;law.stackexchange.com&#x2F;questions&#x2F;57557&#x2F;does-information-related-to-client-ip-address-is-been-allowed-as-per-gdpr-polici" rel="nofollow">https:&#x2F;&#x2F;law.stackexchange.com&#x2F;questions&#x2F;57557&#x2F;does-informati...</a><p>[2] - <a href="https:&#x2F;&#x2F;ipinfo.io&#x2F;products&#x2F;free-ip-database" rel="nofollow">https:&#x2F;&#x2F;ipinfo.io&#x2F;products&#x2F;free-ip-database</a>
AStonesThrow6 个月前
So, your server is disclosing each address to a third party, in... real time?
评论 #42024188 未加载
znpy6 个月前
Afaik as long as it’s not PII (personally-identifying information) you should be fine.
评论 #42022659 未加载
ATechGuy6 个月前
If you use Cloudflare workers, they just give you IP addresses and associated info (city&#x2F;region&#x2F;country) as metadata. No need to query a third-party service. Not sure if this is GDPR compliant though.
farseer6 个月前
So what if you are a small actor on the web and not GDPR compliant? Who will come knocking at my door?
JSDevOps6 个月前
You should hire a GDPR consultant
评论 #42027414 未加载
评论 #42024190 未加载