The address of the page which referred the user agent to the current page. when data is send by fsockopen

531 Views Asked by At

HTTP_REFERER is not working.

from client using fsockopen i am sending data to server. there i want to know the client address. $_SERVER['HTTP_REFERER' is not working.

1

There are 1 best solutions below

0
On BEST ANSWER

You'll need to send a referer header, i.e. Referer: http://example.com/.