Alexander Tauenis
Alexander Tauenis
Huh, probably found the source of problem. Somewhere Set-Cookie HTTP header becames be in a [strange format](https://stackoverflow.com/questions/51564395/add-multiple-cookies-to-clients-web-browser-via-httplistenerresponse) with multiple cookies per HTTP header. And browser is saving only first cookie....
Yes, I'm fixed Set-Cookie header format, this solved some other problems, but not this. And I'm stumped again.
Sadly, but currently .NET Core does not support x86 on Linux at all (https://github.com/dotnet/runtime/issues/7335). So it is impossible to build a x86 Linux build using official SDK from Microsoft. Probably...
I've chosen C# as it is single modern language which I know enough far to develop something from scratch. :) The other choices was VB6 and VBScript, which are worst...
This is an interesting idea, but I haven't used docker at all, so don't know when learn it and make a container for it.
https://github.com/atauenis/webone/discussions/67#discussioncomment-3544805
Canonical has been released Docker packages with Ubuntu & .NET6. Probably, they may be used as base for correct WebOne docker images. https://ubuntu.com/blog/install-dotnet-on-ubuntu https://devblogs.microsoft.com/dotnet/dotnet-6-is-now-in-ubuntu-2204/
I am meaning that made from deb package, not from sources. The sources are always latest, but not always stable. Currently I don't know any utilities to make Alpine package...
Yes, it's possible to implement such feature, and is not very difficult. I think it should be disabled by default ([that's why](https://stackoverflow.com/questions/7232287/check-if-ip-is-in-lan-behind-firewalls-and-routers#comment8710449_7232612)), but it's a good idea at least for...
Try use RegExp capture groups: ```INI [Edit:^http://go.microsoft.com/fwlink/\?LinkId=57426&Ext=([a-zA-Z0-9\.]*)] AddRedirect=http://web.archive.org/web/2009/http://shell.windows.com/fileassoc/0409/xml/redir.asp?EXT=$1 ``` `%UrlNoDomain%` mask were initially created when there was no capture groups support in WebOne.