Closed spiralx closed 1 year ago
Closes #775.
Adds support for passing withCredentials in the options when calling NgxFileUploadFactory.createUploadRequest() to allow for HTTP-only cookies to be sent with upload requests if necessary.
withCredentials
NgxFileUploadFactory.createUploadRequest()
Hi Spiralx thx for your merge request. Looks good to me.
I will push tomorrow to npm.
Much appreciated :)
Closes #775.
Adds support for passing
withCredentials
in the options when callingNgxFileUploadFactory.createUploadRequest()
to allow for HTTP-only cookies to be sent with upload requests if necessary.