php - User's data on cURL requests -
What does the curl send to the address of the request? PHP script is hosted on a dedicated server when I'm accessing the script, is it sending my IP address or server with a referrer? I was always thinking about this.
Since the PHP server is requesting, it is sending its IP address.
Comments
Post a Comment