I'm trying to pull user data from instagram public api with PHP Curl. I am using IPV6 proxy on my curl connection.
I get different results in localhost and google cloud using the same codes. When I use IPV6, I get the result as bool(false) in google cloud. But I can successfully fetch user data on localhost
I think the problem is caused by the server settings. When I try it with IPv4, it works without any problem on the server
I have no idea what the underlying problem is. Thanks in advance for your valuable answers