Samuel Demirdjian
Samuel Demirdjian
When using an Array or Regex, the header will appear only when there is an allowed match with the request's `Origin` header: https://github.com/expressjs/cors/blob/master/lib/index.js#L58
Unfortunately I do not have access to the logs at the moment. As this is now a lower priority, I will close the issue. I'll open it back when I...
There is some work happening to [expose a new `router.getRoutes()` API in pillarjs/router](https://github.com/pillarjs/router/pull/174) It would simplify or allow us to get rid of `iterateStack` in `generate-doc.js`. That would be in...
Upgrading to Express v5 is a larger effort, and requires us to maintain 2 branches for this project. The reasons why I think it requires us to have 2 branches:...
> Are we going to retrieve the identity/username (SAML NameID) of the logged in user via an HTTP request header from the request sent to the backend application? I am...
@subashd could you point me to another documentation where I can find more information about using SAML with the Netscaler Ingress? The most pressing questions I have: - audience and...