-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add Authentication header #1359
Copy link
Copy link
Closed
Labels
enhancementFeature request or idea about how to make folium betterFeature request or idea about how to make folium better
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" }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature request or idea about how to make folium betterFeature request or idea about how to make folium better