Skip to content

Commit 772a532

Browse files
author
xmaster
committed
Updated readme
1 parent 66f90bb commit 772a532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ wine ~/.wine/drive_c/Python27/python -m pip install requests
9393
To avoid issues with the HTTP stream sending to be used as XML or JSON (in case it contains special charecters), the data can be encoded in Base64
9494

9595
Here is an example of post data format that can be used for XML:
96+
<myxml>
9697
<DATA><KEYS><![CDATA[$KeyStream$]]></KEYS><DATE>$Date$</DATE></DATA>
98+
</myxml>
9799

98100
### Tested on:
99101

0 commit comments

Comments
 (0)