简体   繁体   English

静态图片网址混淆和点击跟踪

[英]restful image url obfuscation and click tracking

I am wondering if anybody out there could explain or provide online examples (yes, I have already done a lot of googling for this) of how to: 我想知道是否有人可以解释或提供有关如何执行以下操作的在线示例(是的,我已经为此进行了大量搜索)

  1. conceal the images that users are uploading to our site and 隐藏用户上传到我们网站的图像,并
  2. how to track clicks of those images 如何跟踪这些图像的点击

I noticed that a popular site out there has the following for an image url: 我注意到那里一个受欢迎的网站提供了以下图片网址:

http://www.populardomain.com/1WeT9/!!eJsdlw!(U~ $(KGrHqUH-C0Erf(7o2TVBL!0uFO(8!~~_14.JPG http://www.populardomain.com/1WeT9/!!eJsdlw!(U~ $(KGrHqUH-C0Erf(7o2TVBL!0uFO(8!~~ _14.JPG

Can somebody explain what is going on here? 有人可以解释这里发生了什么吗?

Thanks in advance. 提前致谢。

PS - we are using ASP.NET 3.5 / C# and REST to describe image locations PS-我们正在使用ASP.NET 3.5 / C#和REST描述图像位置

This looks like an ordinary random file name. 这看起来像一个普通的随机文件名。 REST has nothing to do with this. REST与此无关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM