I need a small direction for below task.
We are consuming APIs for getting some values. The company who written APIs, allows only our server IP for making request. (Basically, I cannot make API calls with my local machine.) I did the develop on visual studio and now need to test that the code is working fine or not. If I deploy the project on the server seems to be ok. But if there is an error in the code, then I need to do the changes and deploy it again and again. That is bit horrible. Also I won't be able to debug.
What my question is, how to run Visual studio in my local machine and particular API call goes with server? What is the easiest way to do this? Any expert can show me at least a direction, since I never done a task like before.
Additional Info.
- The Server runs on cent os and have a static IP. (I have the relevant credentials for accessing to the service with SSH)
- My local machine is Widows based and has a dynamic IP
- Develop with Visual studio 2019 with C#