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.
たとえば、ページから関数制御へのajaxリクエストがあります。http://www.abc.com/xyz/1ajax
ajax
http://www.abc.com/xyz/1
パラメータを介して送信する以外に、関数でフェッチhttp://www.abc.com/xyz/1して、ajaxリクエストがここから来たことを認識できることを知る方法はありますか?
サーバーがどのページから、またはサーバーの場所を知りたい場合は、PHP の場合、最終的にこれを使用できます。
die($_SERVER["HTTP_HOST"] . $_SERVER["HTTP_REFERER"]);