Tomer953

Results 23 comments of Tomer953

ok thanks, so what is the common way to solve my problem? I don't care about minor delay, I just want clients to view the video in my website, and...

```javascript import express from "express"; import ntlm from "express-ntlm"; import cors from "cors"; import busboy from "connect-busboy"; const app = express(); const port = process.env.PORT || 3000; const logger =...

B.t.w, I wrapped with object `obj` since when I used a "flat" version, no type safety at all, so it can be another bug, not sure: ```ts type PcDataItem =...

Oh nice, missed that post. Currently our UI (angular) is making all the http requests with withCredentials: true I try to understand if some handshake or sending uid from/to the...

thanks for your example! I wonder if my reverse proxy (Traefik) can generate some uuid per request, and use this header as identifier. I look into it. I tried to...

Ok, I added some configuration to the Traefik ``` tracing: jaeger: samplingParam: 0 traceContextHeaderName: "X-Request-ID" ``` this adds a unique id to each request, and I thought maybe reading this...

npm run dev (to start local server) then open browser at `http:\\localhost:3000\api\ping` and get `Internal Server Error` Logs: ``` App is listening... [express-ntlm] No Authorization header present session XiyK...........SGu [express-ntlm]...

Thanks for the support my friend. I made a sample app that reproduces the bug, but it kinda the same like yours, so no new info there. https://github.com/tomer953/express-ntlm-session/blob/main/index.js Sometimes it...

Hi, I'm having trouble as well with ews and ntlm auth. I guess this is related, right? https://github.com/ewsjs/xhr/issues/13 https://github.com/ewsjs/ntlm-client/issues/2