mayuki / Rin

Request/response Inspector middleware for ASP.NET Core
MIT License
650 stars 24 forks source link

Rin doesn't work when debugging using IIS Express #15

Closed kevindqc closed 6 years ago

kevindqc commented 6 years ago

Hi!

When I debug using IIS Express: image

Rin doesn't seem to work. Accessing /rin gives me these errors: Error during WebSocket handshake: Unexpected response code: 400

If I debug the process directly or use dotnet run, everything works fine. image

kevindqc commented 6 years ago

NVM, I thought IIS Express what seperate from IIS, but I'm not so sure anymore? So this problem might be because my IIS doesn't support websockets

I have Windows 7 and it doesn't support websockets according to: https://stackoverflow.com/a/17995420/78804