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.
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.
Copyright © 2021 Jogjafile Inc.
You'll need to send a referer header, i.e.
Referer: http://example.com/
.