Question
2
Replies
134
Views
Posted: May 16, 2019
Last activity: May 17, 2019
Closed
Firewall blocking Rest Api script
Hi,
I am trying to connect to a client Rest Api using RestSharp DLL with the script component to fetch certain details, but suspect that the firewall is blocking the communication.
Any kind of lead is appreciated in tracking the issue, and how to approach it to fetch the required details.
Hi,
It is helpful to have some additional tool that can capture network communication or/and make test request to rest api that you are trying to use. If this tool is not able to make successful request too then the problem is not with your code but rather with firewall or with rest api itself.
I personally use Fiddler and Postman for this purpose.