I need use web services from a Samsung Smart TV app, but this services need authentication “custom header”, there is some way for use https on Samsung smart tv app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The arquitecture of aplications on Samsung smart TV allow use JavaScript, and with this JQuery, so we can use AJAX for consume de Web services like this:
But in the Web Service you need return something in the header :
Note: If you can´t modify the Web service, then this answer won’t work for you! But if you can, this solves your problem.
You don´t need implement
httpsprotocol, because the mapple browser will do it for you, then you connection is secure, y if you Web service it.