Hey again-

Sean Gillies wrote:
> Do the user and password parameters in example 8 indicate that you'd
> like to implement a layer of abstraction over HTTP authentication
> headers? I'd prefer to stay closer to bare HTTP.

Yeah, looks like it is just about the deprecated [EMAIL PROTECTED] style.  I 
can issue the following request

r = new OpenLayers.Request.GET({user: "me", password: "secret"})

and see

GET http://me:[EMAIL PROTECTED]/path

I'll remove that example (8), but I think it makes sense to keep the 
config properties around (since they are part of XMLHttpRequest).

Tim
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to