Mi proyecto “Secure Real Time Multiplayer Game” falla los tests de seguridad de Helmet (16-19). He verificado con las herramientas del navegador que mi servidor envía correctamente todas las cabeceras requeridas.
El test falla incluso cuando envío una URL completamente diferente como https://www.youtube.com, dando el mismo error exacto.
Esto prueba que el evaluador tiene un bug y no está procesando la URL, probablemente está atascado en un resultado fallido. ¿Podrían investigar o revisar mi pr
I’ve double-checked everything as suggested — the browser console shows CORS errors on tests 16–19, even though all security headers are correctly set.
I believe the issue is on the test evaluator side.
Could you please manually validate the project so I can receive my Information Security Certification?
Thanks so much in advance — I really appreciate your time
I respectfully want to clarify that the example you shared (about bcrypt) is unrelated to my project. My issue is not about bcrypt, hashing, or local development, but with the Secure Real Time Multiplayer Game project, which uses WebSockets, Helmet, CSP headers, and other security configurations.
I have implemented all the required headers correctly:
X-Powered-By: PHP 7.4.3
Content-Security-Policy
Cache-Control: no-store
/api/app-info endpoint responds correctly
Helmet v3 configuration applied correctly
I’ve tested this project on multiple platforms: Render, Codespaces, Railway, and Replit. In all cases, tests 16–19 fail due to CORS or validator limitations, not due to missing functionality or headers.
Other users have received manual validation in similar situations when tests fail due to environment issues. I kindly request the same review, since all the technical requirements are fulfilled and the project is fully functional.