Hi,
I have a GET request which is using an IP for a proxy gateway to call a microservice API. As it’s a get, no body so just this endpoint:
https://10.232.234.192/eq/api/users/v2/users
Simple! Or, it should be. When I send the request, I get returned:
Could not send request
Error: connect ECONNREFUSED 10.232.234.192:443
this is a HTTPS and not HTTP request, I know that is correct.
I also do not get a response code, which is also puzzling me.
Can anyone offer me some help / things to try?
Thanks
Matt