mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06:00
revert back accidentally removed comment
This commit is contained in:
parent
89a2dabf2d
commit
e0e0eccf92
|
|
@ -37,7 +37,8 @@ public class DiscordClient(
|
||||||
{
|
{
|
||||||
using var request = new HttpRequestMessage(HttpMethod.Get, new Uri(_baseUri, url));
|
using var request = new HttpRequestMessage(HttpMethod.Get, new Uri(_baseUri, url));
|
||||||
|
|
||||||
// Authorization header
|
// Don't validate because the token can have special characters
|
||||||
|
// https://github.com/Tyrrrz/DiscordChatExporter/issues/828
|
||||||
request.Headers.TryAddWithoutValidation(
|
request.Headers.TryAddWithoutValidation(
|
||||||
"Authorization",
|
"Authorization",
|
||||||
tokenKind == TokenKind.Bot ? $"Bot {token}" : token
|
tokenKind == TokenKind.Bot ? $"Bot {token}" : token
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue