Content-Type
is correctly included.Content-Type
.Content-Type
.If the Content-Type
header is not updating in the HTTP request sent from Webflow Logic, ensure that everything is correctly configured with the following steps.
Content-Type
with the correct value (e.g., application/json
or application/x-www-form-urlencoded
).Content-Type
vs content-type
), but HTTP headers are case-insensitive by standard.Content-Type
exactly as shown.Content-Type
is being modified.Content-Type
is explicitly set to application/json
.{"key": "value"}
).application/x-www-form-urlencoded
.Content-Type
when certain request body types are used.Content-Type
header and see if Webflow assigns it automatically.If Webflow Logic is not updating the Content-Type
header, verify the header configuration, try sending a static value, ensure the payload matches the expected format, and debug using Run History or an external testing service. If Webflow auto-handles the header, try removing the manual value and letting Webflow set it dynamically.