- 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
推薦閱讀
- GitHub Essentials
- 數據庫基礎教程(SQL Server平臺)
- 達夢數據庫編程指南
- MongoDB管理與開發精要
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 大數據營銷:如何讓營銷更具吸引力
- 大話Oracle Grid:云時代的RAC
- Dependency Injection with AngularJS
- 數據革命:大數據價值實現方法、技術與案例
- Microsoft Power BI數據可視化與數據分析
- 白話大數據與機器學習
- 智慧的云計算
- MySQL技術內幕:SQL編程
- Expert Python Programming(Third Edition)
- R Machine Learning Essentials