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

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},