I am new to web applications. I make drawings by transferring the values I get from the temperature and humidity sensor that I wrote in the WPF application to the line chart. Now I want to draw this chart on the website. I need to send the values from Arduino to ASP.NET Core Web Application and print those values to the chart. (I couldn't publish my WPF application to local website.) Thanks in advance.
I prepared my random class as json as HttpContent in HttpClient via Wpf application, but I did not know how to get it by web application. My research has failed.