Closed
Description
Is your feature request related to a problem? Please describe.
Add headers to the request, in order to implement Authentication against the server
Describe the solution you'd like
folium.Map(location=[45.372, -121.6972],
zoom_start=12,
tiles='http://{s}.tiles.yourtiles.com/{z}/{x}/{y}.png',
attr='My Data Attribution'),
headers: {"Authorization": "Bearer Token" }