r-hannuschka / ngx-fileupload

angular x fileupload
MIT License
20 stars 7 forks source link

Feat: Add support for withCredentials on requests #776

Closed spiralx closed 1 year ago

spiralx commented 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.

r-hannuschka commented 1 year ago

Hi Spiralx thx for your merge request. Looks good to me.

I will push tomorrow to npm.

spiralx commented 1 year ago

Much appreciated :)