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

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -