Comments extracted from a code review. I've been asked to disseminate them more widely. I should say something about regular expressio...| commandcenter.blogspot.com
1. Introduction| wicg.github.io
Regular expression Denial of Service - ReDoS on the main website for The OWASP Foundation. OWASP is a nonprofit foundation that works to improve the security of software.| owasp.org
Mat Ryer has been writing Go since r59—a pre `1.0` release—and has been building HTTP APIs and services in Go for the past eight years. He shares his experience and insights.| Pace Blog
Harvard is again teaching OCaml to its first-year students, and Greg Morrissettagain this year invited me to give a guest lecture. I gave a version of theEff...| Jane Street Blog
An introduction to the Go's defer, panic, and recover control flow mechanisms.| go.dev
OWASP Top 10:2021| owasp.org
The HTTP Origin request header indicates the origin (scheme, hostname, and port) that caused the request. For example, if a user agent needs to request resources included in a page, or fetched by scripts that it executes, then the origin of the page may be included in the request.| MDN Web Docs
What follows is the text of my presentation, Functional options for friendly APIs that I gave at dotGo this year. It has been edited slightly for readability.| Dave Cheney
The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document provides an overview of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.| IETF Datatracker
The Go Programming Language Specification| go.dev
It is impossible to measure the effectiveness of tools and techniques in software development because we have no way of measuring our output, and thus our productivity.| martinfowler.com
The recent Zoom vulnerability is just one of many examples which show us that many developers do not understand how CORS works| fosterelli.co
func append ¶| pkg.go.dev
Overview ¶| pkg.go.dev
Overview ¶| pkg.go.dev
Cross Site Request Forgery (CSRF) on the main website for The OWASP Foundation. OWASP is a nonprofit foundation that works to improve the security of software.| owasp.org
Overview ¶| pkg.go.dev
[ 2022-May-23 10:19 ]| www.evanjones.ca
The 'how' and 'why' of CORS, from start to finish.| jakearchibald.com