RE: [xmlrpcflash-development] Re: [xmlrpcflash - Open Discussion] secure functionality with Flash xm
Brought to you by:
dopelogik
From: Danny A. <da...@ap...> - 2002-11-26 18:24:54
|
Hi, I'm working with Martin (In case you wondered where I came from!) > One more question- > I'm assuming that the URI spec was itself implemented in the making = of=20 > the http spec, so, regardless, > Q. I am wondering if you know if there is something in the URI=20 > specification to set the HTTP content-type header in a similar manner? The URL RFC defines a URL as = protocol://user:pas...@su...p-leveldomain/path However the HTTP sub-spec of this RFC removes the username:password from = the spec for HTTP. What this means in practice is that you are allowed to define a URL with = user/pass but the http client must convert it into http request Headers = per the HTTP AUTH rfc.=20 Sorry.. > In the past, (and just now) I've tried doing this: > http://sub.domain.tld:port?Content-Type=3Dtext/xml > but no- go. It won't work, unless the client can xlate them, the user:pass is a = special case that can be used by clients instead of a login dialog. d. |