I am submitting a payload to the HTTPCaller and in most circumstances it works as expected, however in some it doesnt and sens me back a 'HTTP/1.1 500 Internal Server Error as below.
HTTP/1.1 500 Internal Server Error
When I take the payload directly from the database it simply takes too long and looks like it is not being formatted correctly e.g. missing carriage returns. I believe this to be true because when I extract that payload and submit it through Insomnia directly to the end point I can recreate the issue.
To be nosey I added a Logger transformer and looked at what I was sending to the endpoint, ironically when I copied and pasted this out it was subtly different and succeeded in milliseconds! I am really confused why this would be different and what to do to remedy this.