- CORS Essentials
- Rajesh Gunasundaram Randall Goya
- 86字
- 2021-07-09 19:53:41
Chapter 1. Why You Need CORS
In this chapter, you will learn about the following:
- The same-origin policy that limits sharing resources across domains
- Granting access to CORS requests by setting headers
- How to do something with the
responseText
request from a CORS request - Rudimentary security in CORS and ways to add more security
- Preflight requests to prepare for some types of CORS methods and events
- Enabling the crossorigin attribute in a script tag for better troubleshooting
- Alternatives to CORS: JSON-P, WebSockets, and window.postMessage
推薦閱讀
- Google Visualization API Essentials
- Python數(shù)據(jù)挖掘:入門、進(jìn)階與實(shí)用案例分析
- SQL Server入門經(jīng)典
- 大數(shù)據(jù)可視化
- Learning JavaScriptMVC
- 達(dá)夢數(shù)據(jù)庫性能優(yōu)化
- Spark大數(shù)據(jù)編程實(shí)用教程
- 網(wǎng)站數(shù)據(jù)庫技術(shù)
- 新手學(xué)會(huì)計(jì)(2013-2014實(shí)戰(zhàn)升級版)
- Spring MVC Beginner’s Guide
- 數(shù)據(jù)庫查詢優(yōu)化器的藝術(shù):原理解析與SQL性能優(yōu)化
- MySQL技術(shù)內(nèi)幕:InnoDB存儲引擎
- SQL Server 2008寶典(第2版)
- Unity Game Development Blueprints
- 深入理解Flink:實(shí)時(shí)大數(shù)據(jù)處理實(shí)踐