电子邮件客户访问我的WebApp使用更改 /奇怪的URL

发布于 2025-01-18 07:23:55 字数 753 浏览 3 评论 0原文

几年来,我观察到一种奇怪的行为,很可能是由最终用户的电子邮件客户端使用我的 web 应用程序(Ruby on Rails 系统,不过没关系)触发的。

我经营着一家中型企业,每个月向从我这里购买潜在客户的客户发送数千封邮件。

这些电子邮件包含两个链接,一个用于购买潜在客户,另一个用于提供反馈。两个URL中都有一个动态部分,即UUID,例如:

offer/968ec0c1-e105-4c70-95b2-fd0c799b58f3

feedback/968ec0c1-e105-4c70-95b2-fd0c799b58f3

时不时地,我的web应用程序会同时被访问两个链接上的时间(这让我确信它是不是用户,因为这是他们访问的同一秒),但网址中具有不同的动态部分,所以我在日志中看到

Offer/NGVjZjA0YT

Feedback/NGVjZjA0YT

它始终是一个长度为 10 个字符的随机字符串。

所以这不是什么大问题,因为它每周只发生 1-2 次,据我所知,没有用户真正受到此影响,但我仍然想知道这背后是什么。你们中有人经历过类似的事情吗?

也许电子邮件客户端想要抓取/加载预览,看到 URL 中的 uuid 模式并更改它,因为无论如何?!

我在电子邮件发送提供商 (sendgrid) 中禁用了链接点击跟踪,就像旁注一样。所以他们不会/不应该替换电子邮件链接。通过 AWS SES 发送链接时也遇到过这种情况。

我只是好奇。有什么想法或经验吗?提前致谢&祝你有美好的一天!

For a few years now I observe a strange behaviour, most likely triggered by enduser's email clients using my webapp (Ruby on Rails system, doesn't matter tho).

I am running a mid sized business and send out thousands of mails to my customers each month who buy leads from me.

The emails include two links, one to buy the lead and the other to give feedback. There is a dynamic part in both URLs which is a UUID, example:

offer/968ec0c1-e105-4c70-95b2-fd0c799b58f3

and

feedback/968ec0c1-e105-4c70-95b2-fd0c799b58f3

Every now and then, my webapp gets accessed at the same time on both links (which makes me confident it is not the user since it is the very same second they get accessed) but with different dynamic parts in the url, so i see in my logs

offer/NGVjZjA0YT

and

feedback/NGVjZjA0YT

It is always a random string with a length of 10 chars.

So this is not a big deal since it happens only 1-2 times per week and as far as I can tell no user is really affected by this, but still I wonder what's behind this. Did any of you experience a similar thing?

Maybe an email client wants to crawl / load a preview, seeing an uuid pattern in the url and changes it because whatever?!

I disabled link click tracking in the email sending provider (sendgrid), just as a side note. So they won't / shouldn't replace the email links. Also experienced this when sending links via AWS SES.

Im just curious. Any ideas or experiences? Thanks in advance & have a great day!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文