Fix websockets and RawUrl

This commit is contained in:
Claus Vium
2019-02-26 19:48:18 +01:00
parent d6c6f3c10c
commit 5a7cca9d1b
3 changed files with 13 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ namespace Emby.Server.Implementations.SocketSharp
public object Dto { get; set; }
public string RawUrl => request.Path.ToString();
public string RawUrl => request.GetEncodedPathAndQuery();
public string AbsoluteUri => request.GetDisplayUrl().TrimEnd('/');