So, I am using Linux LXD containers. I have one container that is running nodejs and my application. Another running a simple website using nginx. And I have another container running HAproxy. I have SSL certs installed for mydomain.us and subdomain.mydomain.us. When I browse to the host, it port forwards to haproxy and it forwards to the proper container based on the url it receives. Every thing works fine. (https).
Now, I am trying to accomplish the following: I am able to create a WebRTC video (webm) and save it locally on my PC. This is the client side. The problem I am having is saving it on server side because I need to convert it to mp4. Here are the http headers:
I am using XMLHttpRequest but I am getting a 401 Unauthorized failure and wondering if there is something in the haproxy config I am missing?
As you can see in the Request header I am sending Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=
Ideas?
Ray
2 posts - 2 participants