From remote server to other remote server I can use
client.php from myserver1.com, which brings response from
myserver2.com
If I use same client.php from local webserver in my PC,
it does not bring '200 Ok' and related data from myserver2.com.
I have to give xml-rpc call to myserver2.com and write that
data to my local database that is the problem.
How to make local server to obtain RPC call and
proper response from remove server ?