Replies: 1 comment 2 replies
-
Interesting. Why not send the curl post that works and the mirth one that does not work to a dumb http echo server and compare the differences? This echo server is handy: https://www.npmjs.com/package/http-echo-server |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I thought maybe someone would find this useful. We had an HTTP Sender that had been working fine for years. The receiving end made an update that broke our file POST submissions, were taking forever to look into it, and we knew cURL submissions worked, so we just built a quick little function to send a POST through cURL command line, through a transformer. Not entirely sure why cURL works and the HTTP Sender suddenly didnt, but here is the function:
Source: Normal File reader, normal Move-to-directly/Move-to-Error Directory
Destination: Javascript Writer with the code below
What it does:
Beta Was this translation helpful? Give feedback.
All reactions