Skip to content

Set Form Body

The Set Form Body node encodes key-value fields as application/x-www-form-urlencoded and sets the body of an HTTP request. It can also add the content type header when missing.

Pin NamePin DescriptionPin TypeValue Type
requestThe HTTP request to modify.StructHttpRequest
fieldsForm fields to encode.StringHashMap
set_content_typeAdds application/x-www-form-urlencoded when missing.BooleanBoolean
request_outThe modified HTTP request with the new body.StructHttpRequest