Hi,
As mentioned at swru368.pdf the "maximum length of token value is 64 bytes"
So, what if I want to post a value at my html webpage, that is more than 64 bytes, like say a paragraph or email message.
I would need to chunk my paragraph in <= 64 bytes pieces and assign a token to each chunk. Then I would re-construct message at my firmware. Is this the way to do it?
- kel