Copyright © 2010 Caringo, Inc.All rights reserved 18Version 5.0December 2010where bucketname is a simple, URL- encoded identifier that cannot contain slash characters (orany other character not allowed in HTTP URLs), and objectname is any legitimate URL, whichcan contain slash characters.The domain name must be passed as the Host in the request, unless the domain is the defaultcluster domain. Contact your cluster administrator for more information about the default clusterdomain.• Unnamed objects (same as pre-5.0):METHOD /uuid[?query-arguments] HTTP/1.14.5. Undefined Responses from DX StorageThis section discusses HTTP requests sent to a DX Storage cluster for which results are currentlyundefined. In most cases, one of the following error responses is sent by DX Storage.HTTP/1.1 500 Internal Server ErrorDate: Wed, 1 Sept 2010 15:59:02 GMTServer: CAStor Cluster 5.0.0Allow: GET, HEAD, POST, PUT, DELETEConnection: closeContent-Length: 27Content-Type: text/htmlCRLFMessageThe preceding response indicates a critical error in DX Storage. Check your logs for moreinformation, and contact your support representative if necessary.HTTP/1.1 501 Not ImplementedDate: Wed, 1 Sept 2010 15:59:02 GMTServer: CAStor Cluster 5.0.0Allow: GET, HEAD, POST, PUT, DELETEConnection: closeContent-Length: 56Content-Type: text/htmlCRLFDX Storage does not understand the request or does not yet implement thisfunctionality.The preceding response indicates a request method was received that DX Storage doesn'timplement yet. Only the methods listed in the Allow header currently work in DX Storage. For moreinformation, see Appendix A, Content Header MetadataHTTP/1.1 503 Service UnavailableDate: Wed, 1 Sept 2010 15:59:02 GMTServer: CAStor Cluster 5.0.0Allow: GET, HEAD, POST, PUT, DELETEConnection: closeContent-Length: 0Content-Type: text/htmlThe preceding response indicates DX Storage received a request it didn’t understand, and it doesn'thave the resources to figure out why. The client can resubmit the request at a later time.