mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user