HTTP Checksums

Does data sent HTTP(S) to & from Agent and Imp undergo any sum checks?

I’d like to be able to implicitly trust the data received without having to implement something like CRC or MD5 imp-side.

In my particular use-case, corruption could render another device non-programmable, so this is a necessary feature.

HTTPS (but not HTTP) implicitly includes checksums, 'cos any record that doesn’t match its validation tag is rejected. Likewise, data sent between the imp and the agent travels over an SSL connection which is validated as well as encrypted.

Peter