session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-10-24 | 2013-10-24 | ||
5.2.5: Bug 93: Support for SSH hostkey fingerprint specification in session URL using connection parameter fingerprint defined by draft-ietf-secsh-scp-sftp-ssh-uri + URL session parameter save to initiate site saving (martin) | code used in stable release (martin) | ||
Line 37: | Line 37: | ||
===== Special Characters ===== | ===== Special Characters ===== | ||
- | Special characters (like ''@'' in username, see example below) have to be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal UTF-8 code.((For multi-byte codes, use ''%'' before every byte, for instance to represent pound-sign ''£'' use ''%C2%A3''.)) | + | Special characters (like ''@'' in username, see example below) have to be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal UTF-8 code.((For multi-byte codes, use ''%'' before every byte, for instance to represent pound-sign ''£'' use ''%C2%A3''.)) In versions prior to the latest beta release ASCII code is used. &beta |
Common special characters are: | Common special characters are: |