I am looking to make a request to an API. When I test by Postmam it is working, but in the API Connector it is not.
This is the request:
http://idealsoftexportaweb.eastus.cloudapp.azure.com:60500/auth/?codfilial=1&serie=HIEAPA-600759-ROCT
Can someone help me?
What do you mean by it’s not working?
What’s happening when you try it?
1 Like
Below is the expected result:
{
“success”: true,
“message”: null,
“type”: null,
“complementoTipo”: null,
“statusCode”: 200,
“Dice”: {
“Token”: “SElFQVBBLTYwMDc1OS1ST0NUMDAwMQ0KYWRtaW4NCjYzNzU2MTAwNzE3MzgwNzAwNw0KTW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzkwLjAuNDQzMC45MyBTYWZhcmkvNTM3LjM2: 7LGolPFHOOn1W25Zc24vBGfgDYtvXusFuZpYgvHh / PA =”
“expireAt”: “2021-05-09T07: 58: 37.3807007 + 00: 00”
}
}
However when I configure the Api Connector the result in this way the result is different:
{
“sucesso”: false,
“mensagem”: “Sequence contains no elements”,
“tipo”: “EXCECAO_SERVIDOR”,
“complementoTipo”: “InvalidOperationException”,
“statusCode”: 500,
“dados”: null
}
My configuration: