Changes

no edit summary
Line 330: Line 330:  
[[File:{{{file_forwarding_http_example}}}]]
 
[[File:{{{file_forwarding_http_example}}}]]
   −
If you configure the router as seen in the image above and send and SMS message to the router containing the text '<i>Hello!</i>', from the number '<i>+37012345678</i>', I should reiceve a query string on the specified server that looks like this:
+
If you configure the router as seen in the image above and send and SMS message to the router containing the text <i>Hello!</i>, from the number <i>+37012345678</i>, the specified server should reiceve a query string that looks like this:
   −
  Sender=%2B37012345678&Text=Hello%21&Name=RUT955&Code=RUT955%20T033C0
+
  Sender=%2B37012345678&Text=Hello%21&Name={{{name}}}&Code={{{code_encoded}}}
    
This what the query will like encoded. When decoded it might look something like this:
 
This what the query will like encoded. When decoded it might look something like this:
Line 338: Line 338:  
  Sender: +37012345678
 
  Sender: +37012345678
 
  Text: Hello!
 
  Text: Hello!
  Name: RUT955
+
  Name: {{{name}}}
  Code: RUT955 20T033C0
+
  Code: {{{code_decoded}}}
    
The '<i>&</i>' separates the the key-value pairs, while certain (like '<i>+</i>', '<i>!</i>' and the <i>space</i> symbol) are encoded in UTF-8.
 
The '<i>&</i>' separates the the key-value pairs, while certain (like '<i>+</i>', '<i>!</i>' and the <i>space</i> symbol) are encoded in UTF-8.

Navigation menu