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

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -