<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">For anyone playing around with ARI, there's a couple of changes coming up soon that will affect your ari.conf file.<div><br></div><div>First, I am about to change the user config to be more consistent with the Asterisk way of configuring sections. Now, instead of:</div><div>&nbsp; [user-admin]</div><div>&nbsp; password = peekaboo</div><div><br></div><div>A user section will be:</div><div>&nbsp; [admin]</div><div>&nbsp; type = user</div><div>&nbsp; password =&nbsp;peekaboo ; not a recommended password</div><div><br></div><div>Another change coming soon is&nbsp;Cross-Origin Resource Sharing configuration. If you'd like to learn more about CORS, or have trouble sleeping at night, you can read the spec[1]. It's a protocol that lets you get around the same origin policy in browsers. So far, we've defaulted to allowing all origins. In the next day or two, the default will change to allow no origins. This is configured in the [general] section of ari.conf. Use '*' to allow all origins (not recommended for production).</div><div><br></div><div>&nbsp; [general]</div><div>&nbsp; allowed_origins = * ; not at all secure, but it works</div><div><br></div><div>&nbsp;[1]:&nbsp;<a href="http://www.w3.org/TR/cors/">http://www.w3.org/TR/cors/</a><br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">--&nbsp;<br>David M. Lee<br>Digium, Inc. | Software Developer<br>445 Jan Davis Drive NW - Huntsville, AL&nbsp;35806 - USA<br>Check us out at: &nbsp;<a href="http://www.digium.com">www.digium.com</a>&nbsp; &amp;&nbsp;<a href="http://www.asterisk.org">www.asterisk.org</a></div>
</div>
<br></div></body></html>