Can server do checksum on content from HTTP command, and then send response back to client?

I have a straightforward scenario:

1. Client uploads data to server (via HTTP; Eg, PUT or POST).
2. Server checksums the data.
3. Server sends checksum results back to client. (i.e., indicating if data
was ok).

What HTTP is most useful for this scenario - PUT or POST or
something else?

Thanx,
Charlie

Received on Wednesday, 29 September 1999 23:54:54 UTC