Release version 1.1.8
This version fix the requirement need to manually request for a CSRF and insert into header when uploading files through browser. Previous versions supported browser uploading while user has to obtain the CSRF token on his/her own, and if upload exceeds CSRF token 10 minutes expiration length, the upload will fail to notify AEM that an upload has completed. The latest version will use user's credential for uploading to retrieve CSRF tokens before each of the POST request to remove the 10 minutes limitation to enable long running upload.
Release Notes
- Upgrade
node-httptransferto3.x.