From 7ce12974bbb6b6fdb4b772494f997b015f3c7739 Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Thu, 1 Dec 2011 09:53:44 -0800 Subject: [PATCH] fix documentation bug for X-Request-Signature --- .phrozn/entries/serverapi/index.twig | 4 ++-- serverapi/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig index ad45c54..8efc4e4 100755 --- a/.phrozn/entries/serverapi/index.twig +++ b/.phrozn/entries/serverapi/index.twig @@ -268,12 +268,12 @@ The following HTTP Headers are sent in all POST requests from EnvayaSMS:
  • Generate an input string by concatenating: with a comma in between each element, like so:
    - "<serverURL>,<name1>,<value1>,<...>,<nameN>,<valueN>,<password>" + "<serverURL>,<name1>=<value1>,<...>,<nameN>=<valueN>,<password>"
  • Generate the SHA-1 hash of the input string in UTF-8
  • diff --git a/serverapi/index.html b/serverapi/index.html index 4874e73..74c99f8 100755 --- a/serverapi/index.html +++ b/serverapi/index.html @@ -308,12 +308,12 @@ The following HTTP Headers are sent in all POST requests from EnvayaSMS:
  • Generate an input string by concatenating: with a comma in between each element, like so:
    - "<serverURL>,<name1>,<value1>,<...>,<nameN>,<valueN>,<password>" + "<serverURL>,<name1>=<value1>,<...>,<nameN>=<valueN>,<password>"
  • Generate the SHA-1 hash of the input string in UTF-8