I am receiving the following error when using the HTTP POST operator to get a token:
IO Error or connection aborted while executing request or processing HTTP response. class java.net.SocketException. Connection reset
Release : 4.3
Component : Process Automation
This error indicates that something, external to ITPAM, is returning a TCP RST packet to ITPAM. This can be verified with wireshark (filter: tcp.flags.reset==1).
To understand why this happens, the team managing the endpoint returning the TCP RST packet needs to be consulted to understand why they're returning the TCP RST result.
A workaround that has been seen to work successfully is to use the appropriate powershell code to capture the data. If you are testing the API call in PostMan then you can use the code -> Powershell -> Copy feature to copy the appropriate code to the "Run Script" operator.