Determining URL of script that is calling from a remote CURL request
- by atwellpub
Hello,
I have a homebase script, that I have many other scripts ping for information using the CURL method. I need to determine the domain name of the callers. Can I do this with tricks just on my homebase script?
. using php .
Hudson