toastify
toastify copied to clipboard
[Question] Kestrel web server at port 80
Right now toastify uses kestrel web-server at 127.0.0.1:80, can you please explain me for what exactly this was did?
netstat -a -b TCP 127.0.0.1:80 DESKTOP-S7AM32P:0 LISTENING [Toastify.exe]
Current problem with my own proxy server that need to listen port 80
My guess is this would be related to the new authentication updates.