<div dir="ltr">I'm using Sanity Checks.  Is an underscore (_) not allowed in the host portion of the RURI?<br><br><div>I'm on version 5.3.  I reviewed the pase_uri function in the core parse_uri.c but I am not super proficient in C.<br><br></div><div>case URI_HOST_P:<br>     switch(*p) {<br>      check_host_end;<br>      default:<br>       if(!isalnum(*p) && (*p != '.') && (*p != '-')<br>         && !uri_host_char_allowed(*p)) {<br>        goto error_bad_host;<br>       }<br>     }<br>     break;<br><br></div><div><br></div><div>I see it calls out periods (.) and dashes (-) but not underscores.  I'm wondering why, being underscores are allowed in URLs.<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Sam  D Ware<br><br></div></div></div>