Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
CORS Essentials

You're reading from   CORS Essentials Access web resources on different domains

Arrow left icon
Product type Paperback
Published in May 2017
Publisher
ISBN-13 9781784393779
Length 144 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Rajesh Gunasundaram Rajesh Gunasundaram
Author Profile Icon Rajesh Gunasundaram
Rajesh Gunasundaram
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Why You Need CORS FREE CHAPTER 2. Creating Proxies for CORS 3. Usability and Security 4. CORS in Popular Content Management Frameworks 5. CORS in Windows 6. CORS in the Cloud 7. CORS in Node.js 8. CORS Best Practices Index

Using CORS in Google Cloud Storage


Google Cloud Storage stores your data on Google's infrastructure with very high reliability, performance, and availability. You can use Google Cloud Storage to distribute large data objects to users via direct download.

Tip

Another potential way to iterate on settings quickly would be to move the settings dictionary out of the code into data files such as json or yaml. Then you can edit those files by hand or even build a quick editor.

Configuring CORS on a bucket in Google Cloud Storage

Google Cloud Storage allows you to set CORS configuration at the bucket-level only. A CORS configuration on the bucket contains all the allowed origins and request methods.

There are multiple ways to set the CORS configuration on a bucket:

  • The gsutil cors set command gets, sets, or modifies CORS configuration.

  • Send a request directly to the Google Cloud Storage XML API or JSON API. For example, you can use the PUT bucket method in the XML API, with the ?cors subresource in the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime