I write authenticated web application using Mapbox Raster Tiles API with temporary access token. When the token has to be expired, my web server generates another temporary one and the application has to reload all downloaded tiles because of URL changes.
Is there a way to provide access token via HTTPS request headers to make the URL to Raster Tiles API more clear and allowable to use CacheStorage API? It will help user to draw the map much faster when switching access token.
Of course, server proxy is undesirable way due to higher load on the server.