- Quick start guide
- System requirements
- Features
- Technology
- Installation guide
- Mobile networks
- SMS from Application and Office
- Developers guide
- SMS from SQL
- C# SMS API
- HTTP SMS API
- HTTP API user
- Compatibility
- Get Started
- Send message
- Receive message
- URL encode
- Encoder UTF8
- Encoder Win1250
- Languages
- HTTPS
- Batch SMS
- PHP SMS API
- VB.NET SMS API
- Programming APIs
- Service providers
- Linux SMS gateway
- Administrators guide
- SMS Marketing Platform
- Appendix
- Training
RECOMMENDED FOR YOU:
SMS Gateway software
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
Ozeki 10 SMS Gateway
HTTP 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)
To use Windows 1250 URL encoding, please use the following tool:
Windows 1250 URL encode
More information
- Create an HTTP SMS API user account
- Compatibility
- Send and receive SMS through the HTTP API
- HTTP SMS API send SMS example
- HTTP SMS API receive SMS example
- Top 10 SMS API for programmers
- How to send SMS over HTTPS
- Scheduled Batch SMS Jobs