Results 5 comments of mtugnoli

no, I'm working on other topics, how can I solve this problem?

and migrate to .net core 2.x

no, it doesn't work! i tried with postman and it works fine, on ApiKeyMiddleware.cs I can debug Headers.Keys, and is apiKey is found _>? context.Request.Headers.Keys {string[9]} [0]: "Accept" [1]: "Accept-Encoding"...

But in network tab of firefox key seem sent ! ![err](https://user-images.githubusercontent.com/459399/128024268-e7d8a4cf-e095-4592-8d82-ba53364e0702.png)

This is my html source ``` TEST $(document).ready(function () { $("#btnSend").click( function() { SendSpedizione(); } ); }); function SendSpedizione() { $.ajax({ type: 'GET', url: "http://localhost:4321/WeatherForecast", contentType: "application/json; charset=utf-8", dataType: "JSON",...