2,266 views

1 Answer

0 votes
0 votes
SMTP uses a line containing only a period ”.” to mark the end of a message body. HTTP uses “Content-Length header field” to indicate the length of a message body.No, HTTP cannot use the method used by SMTP, because HTTP message could be binary data, whereas in SMTP, the message body must be in 7 bit ASCII format.

Related questions