-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization Header #896
Comments
Hi! Welcome to the GeoMoose community! I'm taking a look at what we might be able to do in order to support that workflow. We rely heavily on OpenLayers' sources and layers to handle the loading of layers. Which One of the issues with header-based authentication and Images is that the I got into this a little bit and likely went a little too far for a quicky-fun experiement. Here's what I did...
|
This is a bit off the beaten path but 🤞 it's enough to help move forward. |
Hello friends, I am currently working on a project with GeoMoose. I am trying to modify the request that GeoMoose sends to MapServer in such a way that it adds an additional layer between both servers. My additional layer involves the use of JWT, so I need to include the "authorization" header with the value Bearer + token in the request generated by GeoMoose. Where is this adjustment? how do you do it?
The text was updated successfully, but these errors were encountered: