Hello,<div class="generic"></div>I&#39;d like the proxy_pass module of nginx 
to be able to support hexadecimal or octal ip formats.<br>For example 
here are the different versions of the ip of the nginx forum :<br>IP address:
 <a href="http://174.36.94.16/" target="_blank" rel="nofollow">http://174.36.94.16</a><br>Hexadecimal:
 <a href="http://0xae245e10/" target="_blank" rel="nofollow">http://0xae245e10</a><br>Octal
 (dotted): <a href="http://0256.044.0136.020/" target="_blank" rel="nofollow">http://0256.044.0136.020</a><br>Octal (undotted): <a href="http://2921618960/" target="_blank" rel="nofollow">http://2921618960</a><br><br>As
 you can see, they all work fine in any &quot;civilized&quot; browsers 
(firefox...etc).<br>Thanks in advance for your help.