We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b736260 commit 8e2feecCopy full SHA for 8e2feec
1 file changed
src/index.js
@@ -140,7 +140,7 @@ HTTPSnippet.prototype.prepare = function (request) {
140
141
// request.postData.boundary = this.getBoundary()
142
// request.headersObj['content-type'] = 'multipart/form-data; boundary=' + this.getBoundary()
143
- request.headersObj['content-type'] = request.postData.mimeType || 'multipart/form-data'
+ request.headersObj['content-type'] = request.postData.mimeType
144
}
145
break
146
0 commit comments