Author Message
MichaelKastens
Joined: Jun 13, 2014
Messages: 2
Offline
Is there a way to post the recording.wav to an webdav http srv with at least basic authentication. I didnt find a way to add usr/pwd in the URL. Reference Doc an help doesn't state that there is something possible without a workaround.

thx in advance.
Michael
RajeshChandrashekar
Joined: Oct 27, 2016
Messages: 60
Offline
Hi Michael,

You could try using the format,
http://username:password@hostname/.

Let us know if this helps or any other concern.


Thanks,
Rajesh
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
HTTP Basic Authentication has username / password encoded in the Authorization header. Michael, were you asking whether there was something special you can put into the URI that would tell the Avaya Aura Media Server to extract username / password and encode it in any Auth header? If so, that functionaility is unfortunately unsupported. If you happen to have a file server that accepts credentials encoded in the URI itself, Rajesh's suggestion would work. I'd be quite surprised if this was the case though; this would be very insecure. HTTP Basic isn't a whole lot better, but many more elements touch and log HTTP URIs than the Auth header.
Go to:   
Mobile view