When using the WebServiceTarget in a WebAssembly, I will get the error "is not supported" ...
Maybe the cause is, that it is used WebRequest. Maybe with HttpClient it is working.
I'm doing something wrong? Is there a different Target-Provider for sending the logs from
an WebAssembly to an Web-API?
I hope, you can help me ...
What I will do: I will send Logs from the WebAssembly to an WebApi-Server, so I'm able, to collect
all logs on the server without a different middleware for logging ...