mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue
This commit is contained in:
commit
d86964eb6a
@ -271,7 +271,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get the authorization header components.
|
/// Get the authorization header components.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="authtorizationHeader">The authorization header.</param>
|
/// <param name="authorizationHeader">The authorization header.</param>
|
||||||
/// <returns>string</returns>
|
/// <returns>string</returns>
|
||||||
public static Dictionary<string, string> GetParts(string authtorizationHeader)
|
public static Dictionary<string, string> GetParts(string authtorizationHeader)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user