You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/content/post/cgi_deepdive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ author = "Emily Miller"
3
3
title = "A brief dive into CGI"
4
4
date = "2025-08-30"
5
5
description = "Common Gateway Interface (CGI) is one of the oldest technologies still in use today to make web applications."
6
-
tags = [ ]
6
+
categories = [ "misc" ]
7
7
+++
8
8
9
9
[RFC 3875](https://www.rfc-editor.org/rfc/rfc3875) is the first RFC to discuss CGI in depth. Notably, this is not a formal specification, but rather a description of how CGI is commonly done in practice. To give a brief introduction to the technology from this RFC:
0 commit comments