question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visual Studio Issue

See original GitHub issue

I have a problem with visual studio 2017 15.3.3 version. I am trying to use core 2.0 version of this project. clonned and

if i run with F5 then works well, dotnet run works well, but if i use right click wwwroot and select Wiev In Browser kestrel gives some error that i could not solve.

Equinox.UI.Site> Now listening on: http://localhost:18888 Equinox.UI.Site> Application started. Press Ctrl+C to shut down. Equinox.UI.Site> info: Microsoft.AspNetCore.Server.Kestrel[17] Equinox.UI.Site> Connection id “0HL7PLV6P81VF” bad request data: “Malformed request: invalid headers.” Equinox.UI.Site> Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Malformed request: invalid headers. Equinox.UI.Site> at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame1.<ProcessRequestsAsync>d__2.MoveNext() Equinox.UI.Site> info: Microsoft.AspNetCore.Server.Kestrel[17] Equinox.UI.Site> Connection id "0HL7PLV6P81VF" bad request data: "Malformed request: invalid headers." Equinox.UI.Site> Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Malformed request: invalid headers. Equinox.UI.Site> at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame1.<ProcessRequestsAsync>d__2.MoveNext() Equinox.UI.Site> info: Microsoft.AspNetCore.Server.Kestrel[17] Equinox.UI.Site> Connection id “0HL7PLV6P81VG” bad request data: “Malformed request: invalid headers.” Equinox.UI.Site> Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Malformed request: invalid headers. Equinox.UI.Site> at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame1.<ProcessRequestsAsync>d__2.MoveNext() Equinox.UI.Site> info: Microsoft.AspNetCore.Server.Kestrel[17] Equinox.UI.Site> Connection id "0HL7PLV6P81VG" bad request data: "Malformed request: invalid headers." Equinox.UI.Site> Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Malformed request: invalid headers. Equinox.UI.Site> at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame1.<ProcessRequestsAsync>d__2.MoveNext()

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

4reactions
mateushsantoscommented, Mar 20, 2018

yesterday i discovered that the problem was a cookie(header) that had an invalid char, I’m now trying to figure a way (if it’s possible) to make kestrel ignore this invalid cookie(header)

0reactions
edgarfroescommented, Oct 30, 2018

yesterday i discovered that the problem was a cookie(header) that had an invalid char, I’m now trying to figure a way (if it’s possible) to make kestrel ignore this invalid cookie(header)

Clearing cookies will solve the issue. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Report a problem with the Visual Studio product or installer
In Visual Studio, select the feedback icon in the upper-right corner and select Report a Problem. You can also access the feedback tool...
Read more >
Troubleshoot Visual Studio installation and upgrade issues
1. Check whether the problem is a known issue · 2. Try repairing Visual Studio · 3. See what the developer community says...
Read more >
Common issues and workarounds in Visual Studio setup
This error typically occurs when a file related to the installation becomes corrupted. You may experience this error when you install Visual ......
Read more >
Repair Visual Studio
In the Visual Studio Installer, look for the installation of Visual Studio that you want to repair. Then choose Repair from the More...
Read more >
Visual studio down? Current problems and outages
Real-time problems and outages for Visual Studio team services. Is the server down? Can't log in? Here you see what is going on....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found