diff --git a/spring-cloud-config.html b/spring-cloud-config.html
index a4f0b399..1a309e0d 100644
--- a/spring-cloud-config.html
+++ b/spring-cloud-config.html
@@ -1752,6 +1752,19 @@ to encrypt values by POSTing to the /encrypt endpoint, e.g.
|
+ Note
+ |
+
+If the value you are encrypting has characters in it that need to be URL encoded you should use
+the --data-urlencode option to curl to make sure they are encoded properly.
+ |
+
The inverse operation is also available via /decrypt (provided the server is
configured with a symmetric key or a full key pair):