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 message on the specified server that looks like this:
+
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:
    
  Sender=%2B37012345678&Text=Hello&Name=RUT955&Code=RUT955%20T033C0
 
  Sender=%2B37012345678&Text=Hello&Name=RUT955&Code=RUT955%20T033C0
   −
Wh
+
This what the query will like encoded. When decoded it might look something like this:
 +
 
 +
Sender: +37012345678
 +
Text: Hello
 +
Name: RUT955
 +
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.
 
<!--
 
<!--
 
===SMS Forwarding To SMS Configuration===
 
===SMS Forwarding To SMS Configuration===

Navigation menu