NaoyaFukuma / webserv

This is when you finally understand why a URL starts with HTTP
3 stars 0 forks source link

configにPOST足してからPOST送ると405がセットされる、なぜ #151

Open Chanmachan opened 1 year ago

Chanmachan commented 1 year ago

Overview

Please provide an overview of the issue you are creating. ex) I want to adapt the style of the header. 再現するためにこのリクエストは残して別のリクエストで試す

location /public_html { allow_method GET; ->allow_method GET POST; root /app/www/webserv_com; index index.html; }

Purpose

Describe the purpose of this issue ex) To style it.

Task

Break down and manage your tasks.