🚀 PRUEBAS DE API CON cURL ========================= 🧹 Limpiando datos de prueba... ✅ Limpieza completada 🌐 Intentando conectar al servidor... 🧪 TEST 1: Verificar email inexistente -------------------------------------- URL: http://localhost/bo.automateya.com/check-email.php Data: {"email":"maria.prueba@example.com"} HTTP Code: 404 Response: 404 Not Found
404 Not Found
Please forward this error screen to localhost's WebMaster.

The server cannot find the requested page:

  • localhost/bo.automateya.com/check-email.php (port 80)
🧪 TEST 2: Registrar nuevo usuario ---------------------------------- URL: http://localhost/bo.automateya.com/register.php Data: {"first_name":"Mar\u00eda","last_name":"Prueba","email":"maria.prueba@example.com","birth_date":"1990-05-15"} HTTP Code: 404 Response: 404 Not Found
404 Not Found
Please forward this error screen to localhost's WebMaster.

The server cannot find the requested page:

  • localhost/bo.automateya.com/register.php (port 80)
🧪 TEST 3: Verificar email existente ------------------------------------ URL: http://localhost/bo.automateya.com/check-email.php Data: {"email":"maria.prueba@example.com"} HTTP Code: 404 Response: 404 Not Found
404 Not Found
Please forward this error screen to localhost's WebMaster.

The server cannot find the requested page:

  • localhost/bo.automateya.com/check-email.php (port 80)
🎉 PRUEBAS COMPLETADAS ======================