'encode variables with special characters for azure

Very Similar problem to AADSTS50012: Invalid client secret is provided when moving from a Test App to Production

The top answer says to Encode your secret e.g. replace + by %2B and = by %3D, etc how would I replace the special character Tilde ~



Solution 1:[1]

  • As Suggested by juunas, and as per the document yes, you can replace the special character.

URL encoding converts characters into a format that can be transmitted over the Internet.

enter image description here

  • Here is the link for complete information regarding Encoding Techniques.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SaiSakethGuduru-MT