log mod_http_upload_external/share.php @ 5065:368bf9b06484

age author description
2020-12-21 Richard Schwab mod_http_upload_external: update php scripts to return HTTP 201 Created on upload
2018-08-14 Matthew Wild mod_http_upload_external: share.php: Fix whitespace
2018-08-14 Matthew Wild mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests
2018-08-07 Matthew Wild mod_http_upload_external: share.php: Use hash_equals() if available to protect against timing attack
2018-04-02 Matthew Wild mod_http_upload_external: Fix syntax error in share.php
2018-04-02 Matthew Wild mod_http_upload_external: share.php example: Add CSP headers
2018-03-30 Emmanuel Gil Peyrot mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
2016-10-13 Matthew Wild mod_http_upload_external: Add share.php example implementation