diff --git a/xep-0363.xml b/xep-0363.xml index 1f59ce4f..81a88837 100644 --- a/xep-0363.xml +++ b/xep-0363.xml @@ -30,6 +30,18 @@ daniel@gultsch.de daniel@gultsch.de + + 0.9.0 + 2018-12-18 + dg + + + + 0.8.0 2018-12-10 @@ -306,14 +318,35 @@

The upload service SHOULD choose an appropriate timeout for the validity of the PUT URL. Since there is no reason for a client to wait between requesting the slot and starting the upload, relatively low timeout values of around 300s are RECOMMENDED.

To make HTTP Upload work in web clients (including those hosted on a different domain) the upload service SHOULD set appropriate CORS-Headers. The exact headers and values are out of scope of this document but may include: Access-Control-Allow-Origin, Access-Control-Allow-Methods and Access-Control-Allow-Headers. For HTTP upload services that use custom Authorization or Cookie request header the CORS-Header Access-Control-Allow-Credentials might also be of importance.

+
-