42Webserver / 42-Vienna-Webserv

This project is about writing our own HTTP server in C++
1 stars 0 forks source link

No permission on files wrong response #37

Closed Nikster3k closed 2 months ago

Nikster3k commented 2 months ago

When trying to access a file that we have no permission on, we respond 404 file not found, but should respond 403 permission denied?