In general, the site example.ru sends a request to my site site.ru/privet.php via file_get_contents, and I need to do a check or send me a request to example.ru or some other (if you don’t let the other one). I saw one person had it. Is it possible to implement?
- The question is not very clear, but you can hardly find out anything more than an IP address - Alexey Ten
- Check what site sent a request to me, will not work? - Maksim Neisy February
- @MaksimNeisy Well, how are you going to find out which site sent the request? In PHP, this is not provided, as, indeed, everywhere. You can find out the IP address of the site and block access to this IP, but no more. - Vladimir Gonchar
|