Question Anne Kantola · Oct 15, 2018 What kind of convert for password when using Angular and Cache 2017.1? In our language we have scandic letters like ä (a with two dots on it). In Angular we use login like this: let headers = new Headers(); password = Base64.fromBase64(password); headers.append('Authorization', 'Basic ' + Base64.encode(username + ':' + password)); #Angular2 #JavaScript #Caché 0 3 0 335
Question Anne Kantola · Aug 31, 2018 Angular, Cache %session, many users on same browser Hi, we have Angular solution and Cache server. We need to have separate users and sessions on same browser (laptop, table etc) for every user and for one user with many connections. Thought this was resolved, but unfortunately not. ----------------------------------------------------------------------------------------------------------------------- I got the code away from here, because it was some how ok. The session on server mixed, but no any more, thanks our folk and local engineer's tools :) #Access control #Angular2 #Deployment #Caché 0 1 0 544
Question Anne Kantola · Jun 29, 2018 Error with set parObj = {}.%FromJSON(%request.Content.ReadLineIntoStream()) I try to test our REST/JSON (POST) services,where queryparametres are in content as json and the answer in contet is also as json.This is my testClient: #Beginner #Caché #JSON #REST API 0 5 0 2K
Question Anne Kantola · Mar 5, 2018 Angular 4 (2-5), Cache Authentication, Cache2017.1, REST Hi, #Angular #Angular2 #Authentication #JSON #REST API #Caché 0 10 0 1.9K