We tried to send 7 different tokens in a single post message from my html to network processor and the processor responded with some error code.
We couldnt figure out why it happened, but when we removed the last token being passed, everything worked as expected.
So, my question is, is there any limitation on the number of token that we can pass in a post request or is there a limitation of the number of characters that we can send in a post request from HTML to network processor?