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.

CC3220SF: Handling Special Character Encoding When Submitting Wi-Fi Profile Data

Part Number: CC3220SF

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!