Changes

no edit summary
Line 330: Line 330:  
[[File:{{{file_forwarding_http_example}}}]]
 
[[File:{{{file_forwarding_http_example}}}]]
   −
If I configure the router as seen in the image above and send and SMS message to the router containing the text 'Hello', from the number '+37012345678', 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 'Hello!', from the number '+37012345678', I should reiceve a query string on the specified server that looks like this:
   −
  Sender=%2B37012345678&Text=Hello&Name=RUT955&Code=RUT955%20T033C0
+
  Sender=%2B37012345678&Text=Hello%21&Name=RUT955&Code=RUT955%20T033C0
    
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:
    
  Sender: +37012345678
 
  Sender: +37012345678
  Text: Hello
+
  Text: Hello!
 
  Name: RUT955
 
  Name: RUT955
 
  Code: RUT955 20T033C0
 
  Code: RUT955 20T033C0
   −
The '<i>&</i>' separates the the key-value pairs, while certain (like '<i>+</i>' and the <i>space</i> symbol in the code value) 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.
 
<!--
 
<!--
 
===SMS Forwarding To SMS Configuration===
 
===SMS Forwarding To SMS Configuration===

Navigation menu