Fixed broken example of HTTPClient document
Request Content-Type must contain a valid boundary which we can retrieve from FormData->contentType(). Otherwise, overwriting request header using a fixed content type without a boundary makes the whole request payload to be non-parseable.
Loading
Please sign in to comment