Re: help with dynamic platlist generation

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Yes you probably missed these pages which are the ones you need : This
one shows how to send a specific cookie as part of the request URL

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmsrvsdk/htm/sendingcookiestowebserver.asp

The media server sends the clients cookie data over to the web server
(in the headers) -as if- the client had requested the playlist itself.

This example is the most useful because it will send the cookie data
to the web server, and the web server is set up to generate the
playlist based on the contents of the cookie or other data based on
the cookie (such as user name, preferences etc stored in a database).

And this one shows some example code for a plugin that operates on the
media server (not the web server), to intercept and read those cookies

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmsrvsdk/htm/retrievespecifyclientcookies.asp


Cheers - Neil

On Tue, 26 Apr 2005 14:46:01 -0700, "wei chin" <wei
chin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>hi i need some suggestions on how to pass cookie values to the windows media
>server. the article here:
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmsrvsdk/htm/dwnldfrmwebsvr.asp
>
>mentions that "Windows Media Player 9 Series and later versions can send
>cookies to a Windows Media server. "
>
>i dont know how...can anyone help?
>
>Wei Chin

.



Relevant Pages

  • RE: cookies
    ... user's Web browser will send an information request to ... The Web server will respond to the ... request by transmitting the desired information to the ... cookie go unnoticed, ...
    (microsoft.public.windowsxp.newusers)
  • Re: http TRACE option
    ... The HTTP TRACE Method on a web server is used for debugging purposes. ... The server responds to the request by echoing back the contents of the ... vulnerability if the httpOnly cookie attribute is used. ...
    (Pen-Test)
  • Re: how to set/get cookie for a raw iocp http server?
    ... suppose you access my web server once. ... your ie will cache this value as cookie. ... first time come here. ... computer name can't judge the precise user. ...
    (microsoft.public.vc.atl)
  • Things only work in development machine not in "REAL" web server
    ... I am sending email in my web app, using a simple form here is the code: ... This work well in my development computer but when I publish the site to a ... I appears that in the web server this cookie is not being read at all, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Which is the most mature Soap module?
    ... > Do you mean subclassing SOAPpy and changing the places where it uses ... My problem is that the SOAP ... > can send to the web server in the http header, ... > let me through to the SOAP server unless I can supply the cookie first. ...
    (comp.lang.python)