With enctype="text/plain", the body looks like plain text lines such as message=Hello world. Avoid this in production — use the default or multipart/form-data instead.
enctype="text/plain"
message=Hello world
multipart/form-data
Lines: 0 | Characters: 0