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.
ARailsアプリ(サイト)にリクエストを送信するjs-script(クライアント側)がサイトにありますB。
A
B
このリクエストが発生した場合、サイトはどのようにしてサイトBのホスト/IPを検出できますAか?
サーバーサイドで取得したリファラー情報を使用します。
Ruby on Railsでは、どちらかだと思います
request.referer
また
request.env["HTTP_REFERER"]