We have an implementation of double submit cookies anti-CSRF and i need to put a header in the upload form that uses domino-ui. is there a way to set a custom request header?
you can get the request instance by adding onBeforeUploadHandler on the fileitem, first you need to add onAddFileHandler and then you get the file item, once you get the fileitem you can add onBeforeUploadHandler and then add the headers you want.