Hi friends,
We are not getting the data from the web service. The client is saying web service is working fine, whitelist ip then the service will work?
Our application hosting in windows Server 2016 and Asp.net core project.
Please tell me how to whitelist the ip for a web service?
Tuhin PaulPosted Feb 24, 2023, 1:10 PM
Hi Prasanna,
Whitelisting an IP address means allowing traffic from a specific IP address to access your web service. To do this in Windows Server 2016, you can use the Windows Firewall with Advanced Security feature.
Here are the steps to whitelist an IP address in Windows Server 2016:
After you have added the rule, traffic from the whitelisted IP address should be able to access your web service.
It's worth noting that whitelisting an IP address is not always the best solution for security reasons. It's possible that the client's IP address may change in the future, so you may need to update the whitelist accordingly. You may want to consider other security measures such as authentication and authorization to protect your web service.
Naimish MakwanaPosted Feb 24, 2023, 6:54 AM
Hello Prasanna,
Maybe your network is blocking the request from your service provider.
First you need to get the IP address of your client and your IT support team or your network team will help you to add your client IP in whitelist.
Thanks
Naiimsh Makwana