This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Post/Get Token Value Length ?



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