Completed
Testing RESTful APIs
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Need More Sleep - REST Could Help Drew Branch
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview
- 3 Background
- 4 REST vs SOAP
- 5 Status Codes
- 6 Data Format
- 7 Resource Relationships
- 8 RESTful API Classification
- 9 Testing RESTful APIs
- 10 Postman
- 11 Burp Suite
- 12 Security Concerns
- 13 Sample API
- 14 Protect HTTP Methods
- 15 JSON Web Tokens (JWT)
- 16 Protect Sensitive Resources
- 17 Input Validation
- 18 Output Encoding
- 19 QUESTIONS??