Matthew Kelly
Matthew Kelly
Hi @Viajaz, > For some reason, I'm not getting any Pode_Errors log file generation with Yep! My bad! I sometimes forget that the logging from the internal socket listener only...
Hi @Viajaz, So the good news is I managed to reproduce the issue. I get the exact same as you, where having the server run in any PS version, but...
Done a bit more testing. If I force connections in Pode to KeepAlive then `Invoke-Request` in PS5.1 works without hanging. The moment you pass one with `-DisableKeepAlive` then the next...
Hi @Viajaz, I've not had chance to investigate further. Big events have occurred in my personal life at the moment, but hopefully I'll get time again soon.
@pcgeek86 was it https://carbon.now.sh/? If so you can set the colour `A` value to `0` to make it transparent 😄
Hi @ericxin1982, Do you have and script examples, folder structures, and where in the Pode backend you're putting code - or any other information as to what you're trying to...
With #433, I'm considering making this an extension module for Pode instead - as it has to very Windows only interop functions that are required 🤔
I was thinking the same thing last week when I looked back at this issue, as IIS will take care of all NTLM and Kerberos auth. I'll add some notes...
@ArieHein, this was an issue I was trying to find a solution to, but I couldn't find a decent way of doing NTLM/Kerberos on Linux. I managed to do the...
Yeah, I imagine it'll be similar to how HttpListener handled it via HTTP.sys. I want to add in Kerberos authentication support for Pode, without IIS, but I want it to...