We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bccf6a9 + 0ad50d9 commit 55d3896Copy full SHA for 55d3896
src/components/api-request.js
@@ -413,9 +413,6 @@ export default class ApiRequest extends LitElement {
413
if (formEl.classList.contains("form-urlencoded")){
414
fetchOptions.headers['Content-Type'] = 'application/x-www-form-urlencoded; charset=utf-8'
415
}
416
- else{
417
- fetchOptions.headers['Content-Type'] = 'multipart/form-data; charset=utf-8'
418
- }
419
420
421
//Body Params (json/xml/text)
0 commit comments