Identify valid server in XML-RPC request using PHP
- by Ian
I'm working on a client-server system, where the client makes XMLRPC requests to the server. The client part of the system is handed to a third-party, meaning that he could eventually modify the code or re-route the xmlrpc requests.
Now, hoping the third-party won't modify the code, I need a way to make sure that the server the client script is…