Skip to content

Commit

Permalink
Enable 204 response for options webdav request
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Nov 7, 2023
1 parent e8bec13 commit f55bc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zotero/Controllers/API/Requests/WebDavCheckRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct WebDavCheckRequest: ApiRequest {
self.parameters = nil
self.encoding = .url
self.headers = nil
self.acceptableStatusCodes = [200, 404]
self.acceptableStatusCodes = [200, 204, 404]
self.logParams = .headers
}
}

0 comments on commit f55bc96

Please sign in to comment.