-
I am using MapTiler styles that restrict usage based on a user agent header. How do I go about setting the user agent that is used? |
Beta Was this translation helpful? Give feedback.
Answered by
sargunv
Jun 27, 2025
Replies: 1 comment 1 reply
-
We don't yet have a common API for this, but since MapLibre Native supports configuring HTTP requests directly, it's likely you can use those methods to get unblocked for now. There's some links in #466 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Vichy97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't yet have a common API for this, but since MapLibre Native supports configuring HTTP requests directly, it's likely you can use those methods to get unblocked for now.
There's some links in #466