php - get the request domain on file_get_contents -
i have simple app other websites can use using file_get_contents
file_get_contents( 'http://example.com/data-center-request/' );
is there anyway track or domain/ip requester? without letting them specify on url parameters?
the $_server['http_referer']
undefined.
thanks.
Comments
Post a Comment