| View previous topic :: View next topic |
| Author |
Message |
calmradio
Joined: 30 Dec 2009 Posts: 10 Location: Toronto, ON, Canada
|
Posted: Fri Jul 02, 2010 2:23 pm Post subject: URL Authentication string crashes server |
|
|
Good morning!
I have URL authentication string I'm trying to use on a mountpoint that doesn't allow the server to restart. Is it possible the "&" and "=" characters after the .php cause this error? Thanks, Eric
It is similar to this:
<authentication type="url">
<option name="listener_add" value="http://www.samplesite.org/adev/crsms/icecast_msc_authorize.php&plan_code=100"/>
<option name="username" value="user"/>
<option name="password" value="pass"/>
<option name="auth_header" value="icecast-auth-user: 1"/>
<option name="timelimit_header" value="icecast-auth-timelimit:"/>
</authentication>
<intro></intro>
<fallback-mount>/live</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>0</fallback-when-full>
<!-- {%comment-open-if:icecast.suppressmeta=="0"%} --> <!--
<mp3-metadata-interval>0</mp3-metadata-interval>
--> <!-- {%comment-close-if:icecast.suppressmeta=="0"%} -->
<no-yp>1</no-yp>
</mount> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jul 02, 2010 5:58 pm Post subject: |
|
|
Obviously an icecast crash case should be prevented but I think you'll want & within the xml for what you want or more specifically you'll want a ? after .php for the URL.
karl. |
|
| Back to top |
|
 |
|