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.
我正在使用 Ruby 的库来获取 http 页面(net/http),例如:
Net::HTTP.get URI.parse(uri)
这对用户可见吗?我的意思是,用户可以使用萤火虫(例如)来获取uri还是仅由服务器处理和可见?
uri
不,Net::HTTP 请求在运行 Ruby 的服务器上。除非用户有权访问服务器或服务器的网络,否则他们无法监控这些请求。