session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2011-05-23 | 2011-05-23 | ||
| examples and syntax (martin) | spec chars have to be encoded (martin) | ||
| Line 7: | Line 7: | ||
| The ''host'' can either be a host name (such as ''example.com'') or an IP address (such as ''127.0.0.1''). | The ''host'' can either be a host name (such as ''example.com'') or an IP address (such as ''127.0.0.1''). | ||
| - | Special characters (like ''@'' in username) can be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal ASCII code. | + | Special characters (like ''@'' in username, see example below) have to be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal ASCII code. |
| Common special characters are: | Common special characters are: | ||