This commit is contained in:
Nicolas Constant
2020-11-20 19:00:31 -05:00
parent f819595aec
commit fbfef2d37b

View File

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