Missing response headers onCompleteItem #1085
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there,
I'm trying to check some response headers that are being returned by my file vault service which I am uploading to.
In developer console I can see all the response headers. But in the onCompleteItem-method there are only a few of them. Any chance to get all the headers?
Developer console:

Console log using:
this.uploader.onCompleteItem = (item: FileItem, response:any, status:any, headers:any) => { console.log('ImageUpload:uploaded:', item, status, headers); };Any ideas?
I need to check the ice_status header
+1