try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
$saludo = leeTexto("saludo");
$nombre = leeTexto("nombre");
if (
$saludo === null
|| $saludo === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltasaludo.html",
title: "Falta el saludo.",
);
}
if (
$nombre === null
|| $nombre === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltanombre.html",
title: "Falta el nombre.",
);
}
$resultado =
"{$saludo} {$nombre}.";
devuelveJson($resultado);
Despierta y recibe request.
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
Hace wait esperando response.
$saludo = leeTexto("saludo");
$nombre = leeTexto("nombre");
if (
$saludo === null
|| $saludo === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltasaludo.html",
title: "Falta el saludo.",
);
}
if (
$nombre === null
|| $nombre === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltanombre.html",
title: "Falta el nombre.",
);
}
$resultado =
"{$saludo} {$nombre}.";
devuelveJson($resultado);
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
Hace wait esperando response.
$saludo = leeTexto("saludo");
$nombre = leeTexto("nombre");
if (
$saludo === null
|| $saludo === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltasaludo.html",
title: "Falta el saludo.",
);
}
if (
$nombre === null
|| $nombre === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltanombre.html",
title: "Falta el nombre.",
);
}
$resultado =
"{$saludo} {$nombre}.";
devuelveJson($resultado);
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
Hace wait esperando response.
$saludo = leeTexto("saludo");
$nombre = leeTexto("nombre");
if (
$saludo === null
|| $saludo === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltasaludo.html",
title: "Falta el saludo.",
);
}
if (
$nombre === null
|| $nombre === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltanombre.html",
title: "Falta el nombre.",
);
}
$resultado =
"{$saludo} {$nombre}.";
devuelveJson($resultado);
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
Despierta y recibe response.
$saludo = leeTexto("saludo");
$nombre = leeTexto("nombre");
if (
$saludo === null
|| $saludo === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltasaludo.html",
title: "Falta el saludo.",
);
}
if (
$nombre === null
|| $nombre === ""
) {
throw new ProblemDetails(
status: ProblemDetails::BadRequest,
type: "/error/faltanombre.html",
title: "Falta el nombre.",
);
}
$resultado =
"{$saludo} {$nombre}.";
devuelveJson($resultado);
Devuelve response y se duerme.
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
Falta el saludo
Código 400 /error/faltasaludo.html
Falta el saludo Código: 400 /error/faltasaludo.html Error: Falta el saludo at invocaServicio (invocaServicio.js:48:10) at async procesaForma ((índice):52:6)
try {
const respuesta =
await submitForm(
"srv/valida.php", event)
alert(respuesta.body)
} catch (error) {
muestraError(error)
}
Falta el saludo Código: 400 /error/faltasaludo.html Error: Falta el saludo at invocaServicio (invocaServicio.js:48:10) at async procesaForma ((índice):52:6)