Go to Contents  
Contents > About URL encoding in web viewers

About URL encoding in web viewers
FileMaker Pro evaluates a web viewer's web address, encodes the URL, then tries to load the web page using this URL. FileMaker Pro uses the following URL encoding rules to fix only the most common problems:
The following characters are never automatically encoded:
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789-_.~!*'();:@=+$,/?[]
An ampersand (&) is encoded only if a space follows it. For example, "& "is encoded, but "&x" is not.
A pound sign (#) is encoded only if a number character (0 through 9) follows it.
The backslash (\) and percent (%) characters are always encoded.
All other characters are always encoded.
Note   All of the characters listed above are Unicode characters. When a character is encoded, both bytes are encoded separately (unless the first byte is 00), as described by the URL encoding standard. See http://www.w3.org/Addressing/.
Because FileMaker Pro cannot correct all possible URL encoding problems, test your web viewer to ensure that its URLs are correctly encoded.
Related topics
Defining a custom web address
Troubleshooting layouts with web viewers


Contents > About URL encoding in web viewers