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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -