Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

cmxl/pdftron-customheader-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PDFTron CustomHeader Issue

When serving PDF files with range processing enabled a HEAD request will be sent before downloading the PDF file in chunks. But when setting customHeaders, the HEAD request does not send those.

Prerequisite

Reproducing the issue

  • navigate to ./client
  • execute npm ci && npm start
  • navigate to ./server
  • execute dotnet run
  • open http://localhost:4200

=> in the devtools you'll see the HEAD request fail with status 401, due to missing headers in the request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published