Displaying 3 results from an estimated 3 matches for "mixure".
Did you mean:
mixture
2004 Aug 06
3
details of HTTP Basic auth for icecast2
...; in its original form is:
username:password
now, what username is used? in the config file for the icecast2 server,
one can only set the password (except for the <changeowner> element, but
that seems to be not related to the source login issue).
Also, in the current CVS, I see a sort of mixure in the HTTP-style login
protocol. The whole login sequence seems like the following:
SOURCE /<mountpoint> HTTP/1.0
Content-Type: <application/x-ogg or audio/mpeg>
Authorization: Basic <base64 encoded string>
User-Agent: <user agent>
ice-name: <name>
ice-url: <url&...
2004 Aug 06
0
details of HTTP Basic auth for icecast2
...the config file for the icecast2 server,
>one can only set the password (except for the <changeowner> element, but
>that seems to be not related to the source login issue).
Currently, "source". Other suggestions welcome.
>
>Also, in the current CVS, I see a sort of mixure in the HTTP-style login
>protocol. The whole login sequence seems like the following:
>
>SOURCE /<mountpoint> HTTP/1.0
>Content-Type: <application/x-ogg or audio/mpeg>
>Authorization: Basic <base64 encoded string>
>User-Agent: <user agent>
>ice-name: &l...
2010 Feb 11
6
how to work with Code Repositories, but for web development?
Hi all,
I would like some suggestion on this matter please. I have never bothered
using any code repositories / version control systems for our web
development project, many cause I didn't know any better, and probably cause
most of our projects don't really require that we need to keep a history of
what has changed. i.e. a client wants to change something on their website,
and we change