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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -