Dogstudio / highway

Highway - A Modern Javascript Transitions Manager
https://highway.js.org/
MIT License
1.43k stars 92 forks source link

Adding additional headers to page requests #109

Closed peterurban closed 2 years ago

peterurban commented 3 years ago

Hello!

I was wondering whether it is possible to add additional headers to the page requests made by Highway. I have a group of pages that are password protected and would love to have some authorization sent with the request to allow Highway to fetch these without requiring login every time.

Any way of doing this?

Keep up the good work