ccorsano / TwitchAchievementTrackerExtension

MIT License
0 stars 0 forks source link

CORS issues with error pages #7

Open ccorsano opened 4 years ago

ccorsano commented 4 years ago

When a call from the extension ends in an error , we get a CORS error in addition in the console. It must mean that the CORS middleware did not add the CORS headers properly in the error response.

ccorsano commented 4 years ago

It might just be middleware ordering on the asp.net core pipeline.