Search
Search Results
Add Github Login to Your Web App with OAuth 2.0
course by Christian Nwamba
MDX Conf 2020
course by Chris Biscardi
Running your server forever using forever in Node.js
lesson by Akash Gutha
Make an HTTP Request in Elm
lesson by Murphy Randle
An Introduction to JSPM (JavaScript Package Manager)
lesson by John Lindquist
Make HTTP Requests in Bash with `curl`
lesson by Cameron Nokes
Add https to a Localhost Express App to Prevent MITM Attacks
lesson by Mike Sherov
Simulate Man in the Middle Attacks and Inspect Network Traffic with Charles Proxy
lesson by Mike Sherov
Redirect All HTTP Traffic to HTTPS in Express to Ensure All Responses are Secure
lesson by Mike Sherov
Set the Secure Cookie Flag to Ensure Cookies are Only Sent Over Secure Connections
lesson by Mike Sherov
Course Overview: Web Security Essentials
lesson by Mike Sherov
Add HSTS Headers to Express Apps to Ensure All Requests are https Requests
lesson by Mike Sherov
Create a Proof of Concept Exploit of a CSRF Vulnerable Website
lesson by Mike Sherov
Mitigate CSRF Attacks by Setting the SameSite Cookie Flag in Express
lesson by Mike Sherov
Add CSRF Token Middleware to an Express Server to Mitigate CSRF
lesson by Mike Sherov
Set the httpOnly Cookie Flag in Express to Ensure Cookies are Inaccessible from JavaScript
lesson by Mike Sherov
Prevent Inline Script Execution by Implementing Script-Src CSP Headers in Express
lesson by Mike Sherov
Add a Nonce Based script-src Header in Express to Only Allow Scripts that Match the Nonce
lesson by Mike Sherov
Add a default-src CSP Header in Express to Enforce an Allowlist and Mitigate XSS
lesson by Mike Sherov
Passing variables to serverless functions using query strings
lesson by Chris Biscardi
Benchmark http requests using autocannonjs
lesson by Yonatan Kra