You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenHTTP keeps multiple slashes in the url, Kestrel does not (see TestMultipleSlashes)
Kestrel replaces + with a blank in an URL, GenHTTP does not (see TestQueryWithSpaces) -> This is a browser thing - as we intend to have API clients, we will stick to this
We need to allow to set path and secureOnly for cookies (already adressed as an issue)
GenHTTP sends Content-Length: 0 for an empty response, Kestrel does not -> As this is more explicit, we will keep this
This issue allows us to track the issues that still exist with the Kestrel server engine integration (as they were found in #526):
Additionally, the following differences were found:
Keep-Aliveheader for HTTP/1.1 #701+with a blank in an URL, GenHTTP does not (see TestQueryWithSpaces) -> This is a browser thing - as we intend to have API clients, we will stick to thispathandsecureOnlyfor cookies (already adressed as an issue)Content-Length: 0for an empty response, Kestrel does not -> As this is more explicit, we will keep this