webview_csharp icon indicating copy to clipboard operation
webview_csharp copied to clipboard

Serving DLLs gives a 404

Open Fredolx opened this issue 2 years ago • 1 comments

Trying to serve a Blazor WebAssembly app gives 404s when the app tries to serve DLL files

image

Files of other types such as .js work correctly. Is there something that can be configured, maybe mimetypes?

Fredolx avatar Jan 24 '22 14:01 Fredolx

https://github.com/webview/webview_csharp/pull/23

I made this PR to solve the problem

Fredolx avatar Jan 24 '22 15:01 Fredolx

Fixed by PR.

geaz avatar Feb 10 '23 11:02 geaz