You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Allow header contains PROPFIND, then the remote endpoint supports the WebDAV-version of directory listings.
After #70 and #71 are both done, change the auto configuration setting to first query the remote server for information about whether PROPFIND is supported and, if so, use that (otherwise falling back to the HTTP-based method). Keep a lookup cache, renewing every hour, of the responses for OPTIONS based on the FederationFactory class found here.
The text was updated successfully, but these errors were encountered:
The
OPTIONS
HTTP request is supposed a list of verbs that the server supports. Here's an example response from XRootD:If the
Allow
header containsPROPFIND
, then the remote endpoint supports the WebDAV-version of directory listings.After #70 and #71 are both done, change the
auto
configuration setting to first query the remote server for information about whether PROPFIND is supported and, if so, use that (otherwise falling back to the HTTP-based method). Keep a lookup cache, renewing every hour, of the responses for OPTIONS based on theFederationFactory
class found here.The text was updated successfully, but these errors were encountered: