diff --git a/api/s5/s5.go b/api/s5/s5.go index db1f5ff..644b2b8 100644 --- a/api/s5/s5.go +++ b/api/s5/s5.go @@ -837,7 +837,7 @@ func (s *S5API) accountPin(jc jape.Context) { return } - r := rq.Head(next.Location().BytesURL()) + r := rq.Get(next.Location().BytesURL()) httpReq, err := r.ParseRequest() if err != nil {