mtugnoli
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 ! 
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",...