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.
httpページ(net / http)を取得するためにRubyのライブラリを使用しています。例:
Net::HTTP.get URI.parse(uri)
これはどういうわけかユーザーに表示されますか?つまり、ユーザーは(たとえば)firebugを使用して取得uriできますか、それともサーバーによってのみ処理および表示されますか?
uri
いいえ、Net::HTTPリクエストはRubyを実行しているサーバー上にあります。ユーザーは、サーバーまたはサーバーのネットワークにアクセスできない限り、これらの要求を監視できません。