Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Info
titleException

Although domains and buckets are named, Swarm processes all PUT requests on these objects as updates, regardless of the setting.

  • If the putcreate=yes query argument is used on a domain or bucket, Swarm fails the request with a 400 Bad Request error.
  • If the scsp.allowPutCreate parameter is enabled, Swarm silently ignores it and processes the request as an ordinary PUT.

Preventing overwriting: If-None-Match

...

The Expect: 100-continue header tells the server that the client will wait after sending just the header lines and before sending the content in the message body. The Swarm server can respond with a redirect or an error response.

...