We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cb4e0 commit 94ba970Copy full SHA for 94ba970
README.md
@@ -69,6 +69,11 @@ The ApiUtilLib Library provide the utility class ApiList to construct request Qu
69
// phoneNo=%2B1+1234+4567+890&street=Hellowood+Street&state=AP
70
```
71
72
+**NOTE**
73
+
74
+For **formData** parameter used for Signature generation, the key value parameters **do not** need to be URL encoded,
75
+When your client program is making the actual HTTP POST call, the key value parameters **has** to be URL encoded
76
77
### How to Generate HMAC256 L1 Authorization Header
78
79
public static void L1Sample()
0 commit comments