HTTP Encoding
When you submit messages to our servers though our HTTP to SMS API you must use HTTP encoding for the characters shown in the table below.
| Character | Description | Encode as |
|---|---|---|
| [Carriage Return] | carriage return | %0D |
| [Line feed] | line feed | %0A |
| [Space] | space | %20 |
| " | quotation mark | %22 |
| # | hash | %23 |
| % | percent | %25 |
| & | ampersand | %26 |
| , | comma | %2C |
| . | period | %2E |
| / | forward slash | %2F |
| ; | colon | %3A |
| : | semi-colon | %3B |
| < | less than | %3C |
| = | equal | %3D |
| Character | Description | Encode as |
|---|---|---|
| > | greater than | %3E |
| ? | question mark | %3F |
| ¡ | inverted exclamation mark | %A1 |
| £ | pound | %A3 |
| ¤ | currency sign | %A4 |
| ¥ | yen | %A5 |
| § | paragraph sign | %A7 |
| Ä | capital A with diaeresis | %C4 |
| Å | capital A with ring | %C5 |
| à | small a grave | %E0 |
| ä | small a with diaeresis | %E4 |
| å | small a with ring | %E5 |
| Æ | capital diphthong AE | %C6 |
| Ç | capital C cedilla | %C7 |
| Character | Description | Encode as |
|---|---|---|
| É | capital E acute | %C9 |
| è | small e grave | %E8 |
| é | small e acute | %E9 |
| ì | small i grave | %EC |
| Ñ | capital N with tilde | %D1 |
| ñ | small n with tilde | %F1 |
| ò | small o grave | %F2 |
| ö | small o with diaeresis | %F6 |
| Ø | capital O with storke | %D8 |
| Ö | capital O with diaeresis | %D6 |
| Ü | capital U with diaeresis | %DC |
| ù | small u grave | %F9 |
| ü | small u with diaeresis | %FC |
| ß | small s sharp | %DF |
Comments
0 comments
Please sign in to leave a comment.