mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 15:14:06 +00:00
By default Axios will set the Content-Type for POST/PUT/PATCH requests to "application/x-www-form-urlencoded" if the Content-Type header is not specified. This explicitly sets the content type to "false" when there the body mode is set to "none", and the user has not set an explicit content type themselves. Setting the content type to false directs Axios not to send a Content-Type header.
3.2 KiB
3.2 KiB