You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const endpoint = await new WmsEndpoint(baseUrl).isReady();
The header doesn't appear to be sent with the web request. In my instance, this means the GetCapabilities request does not include the required Authorization header and I don't get the details I need.
If I switch off the web worker by calling enableFallbackWithoutWorker(), then it works and the Authorization header is appended.
Is this is a known limitation to how the web worker works or is it a bug? I'll admit to not being entirely familiar with web workers and what restrictions they may have.