Hi,
I'm trying to access a WSO2 API with Basic Authentication using Custom Connector.
While testing the connector i'm receiving the below error.
{
"error": {
"code": 500,
"message": "The remote name could not be resolved: '************'",
"source": "***************",
"path": "forward-request",
"clientRequestId": "******************"
}
}
The same WS02 endpoint is accessible though post man and git bash using curl.
Note - I have created the Custom connector using Postman collection.
Thanks in Advance.
@Anonymous : It looks like access issue , can you please confirm if the WSO2 URL is accessible publicly as well ?
If not , my guess there might be some IP whitelisting or network restriction placed where WSO2 API is hosted