fix: HTTP Signatureの検証に失敗する問題を修正

This commit is contained in:
usbharu 2024-02-21 10:29:38 +09:00
parent cde1943711
commit dc1929c8ab
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class InboxControllerImpl(
HttpRequest(
URL(url + httpServletRequest.queryString.orEmpty()),
HttpHeaders(headers),
HttpMethod.GET
HttpMethod.POST
),
headers
)