Is there a way to set a User Agent for a Smart TV on IIS?
I need to do this, to test an app we made for an LGE Smart TV, but our videos only work with the Smarts User Agent.
It has a security system that validates the call user agent, when I use a browser app to force the user agent as the User-Agent-Switcher, when I put the url I want to tap the browser directly with that set with the LGE BROWSER user agent works, but when I call an app in an app published as in IIS, it doesn’t work because it validates a value that returns from Server, not giving to force that even when I put it right in the browser. I saw this link goo.Gl/I7mdcs to have a north
I have a WEB app on. net that receives a video URL from a server, this URL is encoded to play only on Devices: Smart and Mobile Tvs, it hits a load balance that checks the request’s User Agent and returns another URL. I used a browser plugin, but I can only play the video when I put the URL directly, when it is on a Server with IIS or Apache they are blocked, so I’m trying to see if I can set them a User Agent, I saw some links as I put above, but I couldn’t get one of a Smart.
Set a user agent.
– Oralista de Sistemas
IIS is not a browser, then it is not possible. Try to show better what you want.
– Maniero
It has a security system that validates the call user agent, when I use a browser app to force the user agent as the User-Agent-Switcher, when I put the url I want to tap the browser directly with that set with the LGE BROWSER user agent works, but when I call an app in an app published as in IIS, it doesn’t work because it validates a value that returns from Server, not giving to force that even when I put it right in the browser. I saw this link goo.Gl/I7mdcs to have a north
– thiago.adriano26
I still can’t understand it. Your app . net makes the request?
– bfavaretto
I have a WEB app on. net that receives a video URL from a server, this URL is encoded to play only on Devices: Smart and Mobile Tvs, it hits a load balance that checks the request’s User Agent and returns another URL. I used a browser plugin, but I can only play the video when I put the URL directly, when it is on a Server with IIS or Apache they are blocked, so I’m trying to see if I can set them a User Agent, I saw some links as I put above, but I couldn’t get one of a Smart.
– thiago.adriano26