This commit is contained in:
Nicolas Constant 2020-11-20 19:00:31 -05:00
parent f819595aec
commit fbfef2d37b
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace BirdsiteLive.Domain
var httpRequestMessage = new HttpRequestMessage
{
Method = HttpMethod.Post,
RequestUri = new Uri($"https://{targetHost}/{usedInbox}"),
RequestUri = new Uri($"https://{targetHost}{usedInbox}"),
Headers =
{
{"Host", targetHost},