Skip to content

Commit 5af2d47

Browse files
authored
Update cgi_deepdive.md
1 parent d2c2b17 commit 5af2d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/content/post/cgi_deepdive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author = "Emily Miller"
33
title = "A brief dive into CGI"
44
date = "2025-08-30"
55
description = "Common Gateway Interface (CGI) is one of the oldest technologies still in use today to make web applications."
6-
tags = [ ]
6+
categories = [ "misc" ]
77
+++
88

99
[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

Comments
 (0)