HTTP SMS API - URL Encoding
In order to pass parameters in URL-s, you have to replace certain characters to keep the syntax. This is called URL escaping or URL encoding. For example the space must be replace to the + sign. The following table lists some of the characters that should be replaced.
space | + |
! | %21 |
" | %22 |
# | %23 |
% | %25 |
& | %26 |
' | %27 |
* | %2A |
+ | %2B |
, | %2C |
/ | %2F |
: | %3A |
< | %3C |
= | %3D |
> | %3E |
? | %3F |
Euro (€) | %E2%82%AC |
On-line URL encoding
If you would like to use UTF8 URL encoding, please use the following tool:
UTF8 URL encode (for Ozeki NG)To use Windows 1250 URL encoding, please use the following tool:
Windows 1250 URL encodeMore information
- HTTP SMS API - Overview
- HTTP SMS API - sendmessage method
- HTTP SMS API - receivemessage method
- HTTP SMS API - billing method
- HTTP SMS API - SMS service provider connection selection
- HTTP SMS API - Operate with single message
- How to query the addressbook in Ozeki NG SMS Gateway
- Operations with message folders in HTTP SMS API
- HTTP SMS API Examples
- User handling via HTTP API
- Service provider connection handling via HTTP API
- HTTP API for the Reporting function of Ozeki NG SMS Gateway
- Dynamic SMPP parameters via HTTP
- FAQ of the Ozeki NG SMS Gateway