Sindre
Sindre
Thank you. Is a feature like this something that is in the scope of this module?
Cool. I'll have a look at how I'd extend this library to accomplish it. As the author, do you consider this a straightforward task to write?
I agree and will keep it in mind as I go, however my first goal is to reach parity with the current api.
Ref. `eas.hostname.comundefined`, we found the undefined postfix to the domain comes from this line: https://github.com/travisghansen/external-auth-server/blob/master/src/utils.js#L191 It happens because `req.headers["x-forwarded-uri"]` was not defined nor checked for existence before use. We simply...
From the logs we can't see any `x-forwarded-uri` header, so it was missing. We tried to follow the HOWTO.md document as close as possible, but had to modify it to...
Traefik 2.4.13
How do you want to specify that there are different sources of the same video? What about their types? What do you think about something like this? ``` javascript var...
I think you switched up the references to `JsonpMainTemplate` and log-apply-result between point 1 and 2 as eval is used in 1 and reload in 2. Thank you for explaining,...
I came across this as well in a different scenario. The issue seems to stem from the auth part of the basic authentication scheme, which has been [removed from Chrome](https://bugs.chromium.org/p/chromium/issues/detail?id=82250#c7)....