I am using file_get_contents
and cURL
in PHP to get some string from third-party domains. I am using Cloudflare services with my website.
Let say, my website domain.com
using cURL
or file_get_contents
to get some string from example.com
string = file_get_contents('https://www.example.com');
Let say, my server IP is 198.162.1.3
and Cloudflare randomly changing IP is 122.5.66.3
. Now my question is the owner of the example.com
able to see my server IP 198.162.1.3
or Cloudflare IP 122.5.66.3