Anti-cheat (ac1) failed on my first ever code challenge

I just started my first codeCrafters challenge and in my first stage i get that tests passed but an error saying: anti-cheat (ac1) failed

Hey @Nacir1i, We’ve got an anti-cheat test case that’s intended to prevent users from accidentally using built-in HTTP server libraries (which would defeat the purpose of the challenge).

These tests aren’t perfect, sometimes it’s possible to implement something that’s not mentioned in the stage instructions that could cause these tests to fail.

Here’s our anti-cheat test for the HTTP server challenge.

Date and Server headers are ones that we’d expect most users to not implement when building their own server from scratch, but these are otherwise commonly found when using off the shelf servers.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.