Question Sandeep K C · Jan 10, 2024 Handling multiple API request Hello Guys, Our cache application uses REST web services and handles single API request perfectly with response (response status and related data). But sometimes user sends multiple requests to the same API simultaneously ( ie, without waiting for the first to respond ), where one request will succeed (not necessarily the first) and the others will fail. So, I need to handle the requests one by one after completing and sending the response for first request in the queue then process the next request and so on. #ObjectScript #REST API #Web Gateway #Caché 0 4 0 296
Question Sandeep K C · Sep 7, 2023 start/stop systemd httpd service in mirror servers Hello Everyone, We currently have CSP application that runs under 2 servers(usually primary), and every month the server reboots for patching SERVER1(primary) in the morning and SERVER2(backup) at night. Whenever the SERVER1 reboots SERVER2 behaves as primary and when SERVER1 comes back up it will act as backup server. First Patching: So, when SERVER1 is down, I need to start httpd service for SERVER2 and stop httpd service for SERVER1 (which is now backup server). #Application Server #Authentication #Backup #Failover #Mirroring #Terminal #Caché 0 5 0 268
Question Sandeep K C · Aug 23, 2023 Override standard login process Hi Guys, For Login in CSP application, I am displaying custom Login page which is rendered from subclass CSS.CSP.Login that extends %CSP.Login, and also got IBA.CSP.Page that extends %CSP.Page with overridden method OnPreHTTP(). This setup is working perfectly for normal login. #Application Server #Authentication #CSP #Web Gateway #Caché 0 4 0 343
Question Sandeep K C · Aug 22, 2023 Override change password page Hi guys, #CSP #Web Gateway #Caché 0 2 0 171