- JavaScript Security
- Y.E Liang
- 252字
- 2021-08-05 17:18:56
What this book covers
Chapter 1, JavaScript and the Web, provides a broad overview of the role of JavaScript in the Web. You will learn that JavaScript, besides giving behavior to web pages, can do a lot more today. JavaScript is now not only used on the client side, but also on the server side. JavaScript is almost the de facto standard way to create delightful experiences on the Web.
Chapter 2, Secure Ajax RESTful APIs, touches upon using JavaScript in tandem with RESTful APIs. We will learn how to make basic GET and POST calls to an endpoint. Subsequently, we will learn how to make malicious requests. From this chapter, we will learn more about some specific topics.
Chapter 3, Cross-site Scripting, explains what cross-site scripting is and helps you understand how such issues can occur. Most importantly, you will also learn how to minimize such risks.
Chapter 4, Cross-site Request Forgery, explains what cross-site forgery is and helps you understand how such issues can occur. Most importantly, you will also learn how to minimize such risks.
Chapter 5, Misplaced Trust in the Client, discusses a broad topic that can take place in many forms. In general, misplaced trust in the client takes place when the author's JavaScript code doesn't work as intended due to malicious actions by an adversary.
Chapter 6, JavaScript Phishing, explores the different ways in which JavaScript can be used to achieve a malicious end. JavaScript phishing is usually associated with online identity theft and privacy intrusion.
- Mastering JavaScript Functional Programming
- 零基礎搭建量化投資系統:以Python為工具
- Python網絡爬蟲從入門到實踐(第2版)
- JavaScript+jQuery開發實戰
- 算法大爆炸:面試通關步步為營
- OpenNI Cookbook
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Python Data Analysis Cookbook
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- C#實踐教程(第2版)
- Android Development Tools for Eclipse
- JSP程序設計與案例實戰(慕課版)
- Learning C++ by Creating Games with UE4
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 從零開始:C語言快速入門教程