Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在站点上有一个 js 脚本(客户端),A它向我的 rails 应用程序(站点)发出请求B。
A
B
当此请求发生时,站点如何B检测站点的主机/IP A?
使用您在服务器端获得的推荐人信息。
在 Ruby on Rails 中,我相信它是
request.referer
或者
request.env["HTTP_REFERER"]