Actions
Bug #7029
closedAvoid SSL buffer overflow issues when requesting from MNs and CNs
Start date:
05/16/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
As described in https://redmine.dataone.org/issues/7810, add an 'Expect: 100-continue' HTTP header to all requests being sent to MNs or CNs in the MetacatUI client.
Updated by Lauren Walker over 8 years ago
After doing some research, I can't find a way to set the "Expect" header in the XHR object without the browser blocking it, via the W3C XHR specs - https://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader()-method
Actions