session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2014-02-05 | 2014-02-26 | ||
session url should always include protocol and end with slash (martin) | Adding question mark to the special characters list for future reference. (70.183.237.227) | ||
Line 41: | Line 41: | ||
* ''+'': ''%2B'' (plus sign) | * ''+'': ''%2B'' (plus sign) | ||
* ''/'': ''%2F'' (slash) | * ''/'': ''%2F'' (slash) | ||
+ | * ''?'': ''%3F'' (question mark) | ||
* ''@'': ''%40'' (at sign) | * ''@'': ''%40'' (at sign) | ||
* '':'': ''%58'' (colon) | * '':'': ''%58'' (colon) | ||
* '';'': ''%59'' (semicolon) | * '';'': ''%59'' (semicolon) | ||
+ | |||
===== Examples ===== | ===== Examples ===== |