非标准网址格式

发布于 2024-08-12 05:29:46 字数 301 浏览 5 评论 0原文

我们在应用程序中向客户发送了邮件,其中有一个链接。在 yahoo 和 Hotmail 中,每当客户单击链接时,它都会显示以下警告

替代文本 http: //img691.imageshack.us/img691/5402/warningp.jpg

URL 是长加密查询字符串。

有什么办法可以抑制这个弹出窗口吗? 或者如何告知邮件服务器这不是有害站点。

We sent mails to customers in our application which has a link in it. In yahoo and Hotmail, whenever the customer clicks on the link it displays following warning

alt text http://img691.imageshack.us/img691/5402/warningp.jpg

The URL is long encrypted query string.

Is there any way to suppress this popup?
Or How to intimate the mail server that this is not a harmful site.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉宸 2024-08-19 05:29:47

Sri,这就是问题所在 - Yahoo、Hotmail 等不喜欢 URL 中的 IP 地址,因为它们是非标准的,并且创建欺骗电子邮件的垃圾邮件发送者经常使用它们。

请参阅http://www.myp2pforum.eu/website-forum/10495-when-i-confirmed-my-registration-why-did-i-get-security-warning.html 对于其他人和你有类似的问题。

如果您仍在测试中,您可以在本地计算机上添加该 IP 地址的主机名条目(请参阅 http://en.wikipedia.org/wiki/Hosts_file),那么您基本上可以使用虚拟主机名进行测试,直到投入生产。

Sri, that's the problem - Yahoo, Hotmail, etc. don't like IP addresses in URLs because they're non-standard and spammers who create spoof emails often use them.

See http://www.myp2pforum.eu/website-forum/10495-when-i-confirmed-my-registration-why-did-i-get-security-warning.html for someone else who had a similar problem to you.

If you're still in testing, you can add a hostname entry for that IP address on your local machine(s) (see http://en.wikipedia.org/wiki/Hosts_file), then you can essentially use a dummy hostname for testing until you get into production.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文