chughes741 / webserv

HTTP server written in C++
2 stars 0 forks source link

POST Request (CGI) #91

Closed francislah closed 10 months ago

francislah commented 1 year ago

When POST is received with Content-Type: application/x-www-form-urlencoded it needs to bad the key-value pairs in the body to the CGI script.