Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Some additional edge cases / details (tests done in IE8 using the Per Site Privacy Actions [Internet Options > Privacy > Sites] ):</p> <p>The following domains are <strong>REJECTED</strong>:</p> <pre><code> a.a aa.a a.aa aa.aa </code></pre> <p>with the error message:</p> <pre><code>You have entered an invalid domain. Domains must be in the Internet zone and must use the HTTP or HTTPS protocol. URLs beginning with xn-- must be valid IDN names. Examples of valid domains: - www.treyresearch.net - http://treyresearch.net - fineartschool.net </code></pre> <p>The following domains are <strong>ACCEPTED</strong>:</p> <pre><code>aaa.a aaa.aa a.aaa aa.aaa a.a.a a.a.aa a.aa.aa aa.aa.aa </code></pre> <p>Further, and largely unrelated, Internet Explorer appears to refuse to accept domains that contain characters not allowed in the specification for domains. If (in a development environment, presumably), you have a domain that is invalid, IE does not like it.</p> <p>The following domains are <strong>REJECTED</strong>:</p> <pre><code>a_a.aa a%a.aa a*a.aa a=a.aa </code></pre> <p>with the error message: <code>The site name you entered is not a valid IDN URL</code>.</p> <p>The testing seems to be limited to character validity and not arrangment validity, because the following domains are <strong>ACCEPTED</strong>:</p> <pre><code>aa-.aa aa.aaa. ---.aa -.--- ---.- </code></pre> <p>Hope this helps people looking for details for why cookies aren't being set properly in IE7 / IE8 in one environment vs. another.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload