Tool/software:
Hi Everyone,
I've developed a web interface for my CC3220SF chip, and I'm encountering an issue when submitting form data. The JavaScript function encodeURIComponent() is used to encode fields like user ID and password. However, when special characters (e.g., & and #) are part of the password, they are encoded as %26 and %23, respectively, and this causes issues in processing the data.
My question is:
- Does the CC3220SF device require any special handling for encoded characters, or does it follow standard URL encoding conventions?
- Are there specific best practices or recommendations when handling special characters on the CC3220SF platform?
Thank you for your help!