Hello all,
I am dealing with an SMS agregator company which has their server IP access restricted by default.
But as I have created an account with them, they have added my VPS IP address (173.0.0.0) to their authorized IP address pool.
This means that if I want to send any request (PHP request, let say send SMS using PHP), the request has to be made from my VPS server 173.0.0.0.
The problem now is how do I send HTTP request to their server (say : http//170.1.1.0/request.jsp) from my VPS IP address they have authorized.
PS :
1. Let presume I want to use PHP (Curl)
2. I have also the root access to my VPS
Thank you in advance.
John