Andrey Bykiev
Andrey Bykiev
@mconnew, thank you, I've tried this option, but nothing has been changed. I'm testing with a console applications. The native error code is 10060
Sorry, do I understand you correctly that I should execute `netstat -ano` command?
Sysinternals TCPView shows Listening 122, Time Wait 97, Close Wait: 20
.NET framework 4.7.2 requests stat: ``` time elapsed request time (sec) 09:00:06.37: elapsed: 0,8013172 09:00:06.60: elapsed: 0,2210235 09:00:06.83: elapsed: 0,2351614 09:00:07.08: elapsed: 0,2519398 09:00:07.53: elapsed: 0,4506108 09:00:07.79: elapsed: 0,2536841 09:00:08.00:...
@mconnew, we did some research and found that first request is made without Authorization header, then server sends second request with included Authorization header. It seems it breaks the server...
It seems it's a bug in WCF, the first request shouldn't be anonymous, because I've already specified the auth scheme via `binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Basic;` and it should made only one...
Hi, is any feedback on this?
I've researched the issue and it seems `html2canvas` library doesn't support `box-shadow`, which causes such issue https://github.com/niklasvh/html2canvas/blob/master/docs/features.md
@HandsomeButterball, what do you think about [html-to-image](https://github.com/bubkoo/html-to-image) library? If it's ok for you, I'd like to contribute on replacing `html-to-canvas`. It has a better CSS support and allows to export...
According to the [docs](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.caching.memorycache?view=dotnet-plat-ext-8.0#applies-to) .NET Framework 4+ is supported. Would you like to make a PR?