Posts Tagged ‘http post’
Boomi Tip: How to Post Form URL Encoded Request
In integration, sometimes I will encounter a situation whereby I need to post a data to an HTTP endpoint as a query string in the URL. However, this will not work correctly if the data string is too long (there is a limit in the length of HTTP request URL). To get around this, I…
Read More