RanniSch / webserv

0 stars 2 forks source link

PROBLEM: Basic checks: Using telnet, curl, prepared files, demonstrate that the following features work properly: GET, POST and DELETE requests should work. #59

Closed RanniSch closed 10 months ago

RanniSch commented 10 months ago

Tested GET and POST successfully (with http://localhost:8000/upload.html; without and with config file), but not DELETE.

MaxIhme commented 10 months ago

PROBLEM DELETE to http://localhost:8000 hangs in Docker and on mac

@LukasKava there is no DELETE case in TestServer? to execute a delte and get a response message create ResponseMessage rm() (and give it the request) and then do rm.createResponse() then it deletes the file (if allowed) and gives you back an apropriate message. Bildschirmfoto 2023-10-31 um 13 52 58

RanniSch commented 10 months ago

ok