Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tutorial:adm:modules_sms [2018/03/09 12:54] michalp [Modules - sms: Configurations] |
tutorial:adm:modules_sms [2018/03/09 12:57] (current) michalp fixed english |
||
---|---|---|---|
Line 42: | Line 42: | ||
* **message** - message as plain text, don't log this message, it is possible that this message will contain password as plaintext | * **message** - message as plain text, don't log this message, it is possible that this message will contain password as plaintext | ||
- | <note important>Beware, attributes message, number, etc. may contain some characters that aren't passing GET method. Try to encode the attributes with URLEncoder.encode see example</note> | + | <note important>Attributes like message, number, etc. may contain some characters that aren't passing GET method. So try to encode attributes with URLEncoder.encode</note> |
===== Example script ===== | ===== Example script ===== |