Header section has more than 10240 bytes (maybe it is not properly terminated) – Apache
I'm using NodeJs to try to upload an attachment to a Jira Issue via the Jira Rest API. The api expects multipart/form-data so this is how I'm calling it in Node: function uploadAttachments(supportFormData, callback) { const url = 'https://somewhere.com/jira/rest/api/2/issue/' +…