Skip to content

Commit

Permalink
Fix(Cgi):merge main to cgi
Browse files Browse the repository at this point in the history
  • Loading branch information
hashimtop committed Apr 15, 2024
1 parent ab08fc9 commit 996092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/http/Message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static const std::string sample_response =
"</html>\r\n";

static const std::string sample_request_cgi =
"GET /Users/hashim/Desktop/42curses/webserv/CGI/tester/file.sh?name=hashim&lastname=mohamed HTTP/1.1\r\n" // request-line
"GET /Users/hashim/Desktop/42curses/webserv/sources/CGI/.tests/file.sh?name=hashim&lastname=mohamed HTTP/1.1\r\n" // request-line
"Host: Linode.com\r\n" // headers fields
"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) "
"Gecko/20091102 Firefox/3.5.5 \r\n"
Expand Down

0 comments on commit 996092c

Please sign in to comment.