
05/07/2005, 11:41
|
| | Fecha de Ingreso: febrero-2004
Mensajes: 49
Antigüedad: 21 años, 2 meses Puntos: 0 | |
entonces si yo envio el siguiente codigo: <html>
<head>
<meta http-equiv="Content-Type" content="text/plain">
</head>
<% response.addheader("ack", "true")%>
<body>
</body>
</html>
se supone q ellos van a recibir esto?: HTTP/1.1 200 OK
Content-Type: text/plain
<DeliveryResponse ack="true"/>
Supongo q la palabra 'DeliveryResponse' no se envia.. no? |