RubyGems Navigation menu

cors 1.0.1

Cross-origin resource sharing (CORS) is great; it allows your visitors to asynchronously upload files to e.g. Filepicker or Amazon S3, without the files having to round-trip through your web server. Unfortunately, giving your users complete write access to your online storage also exposes you to malicious intent. To combat harmful usage, good upload services that allow client-side upload, support a mechanism that allows you to validate and sign all upload requests to your online storage. By validating every request, you can give your visitors a nice upload experience, while keeping the bad visitors at bay. The CORS gem comes with support for the Amazon S3 REST API.

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 1.0.1 - August 08, 2019 (13 KB)
  2. 1.0.0 - October 30, 2012 (10 KB)

Runtime Abhängigkeiten (1):

multi_json >= 0

Development Abhängigkeiten (1):

rspec >= 0

Besitzer:

Pushed by:

Autoren:

  • Kim Burgestrand

SHA 256-Prüfsumme:

56fed7a6ed41acbe0d71d8f99deb5cd08789eba09ac76b7e1b822480d279bab1

Downloads insgesamt 30.892

Für diese Version 24.941

Lizenzen:

k.A.

Erforderliche Ruby-Version: >= 0

Links: