Search

Clear filter
Question
Anzelem Sanyatwe · Feb 19, 2020

Disabling Telnet

is it starts/stops process that listens on port 23 (by default). If you disable this service than process is stopped, so nothing from Caché side is listening on port 23. Thanks Alex, i got
Article
Yuri Marx · Feb 23, 2023

IoT with InterSystems IRIS

available, allowing it to receive and send execution instructions and data. Each thing provides one or more services to the IoT network. For instance, smart light bulbs provide
Question
Maxim Berezkin · Dec 24, 2021

How send request without urlencode params in URI

-Encoding: gzip Content-Length: 0 Does not work for me. Tried it yet do hr.InsertParam("name1", "value1"). But still the parameters are lost set hr=##class(%Net.HttpRequest
Article
Guillaume Rongier · Mar 26, 2021

IAM (InterSystems API Manager), Zero to Hero

'config.enable_client_credentials=true' ### 8.3.3. Link service and documentation **IAM Porta** **Rest API** curl 'http://localhost:8001/default/document_objects
Article
· Sep 8, 2023

tests to test testing

it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover
Article
Roy Leonov · Mar 12, 2024

Orchestrating Secure Management Access in InterSystems IRIS with AWS EKS and ALB

, and the routing proficiency of AWS ALB. This combination provided a robust and agile environment for our ERP system's web services. Mirroring Configuration and Management Access We deployed
Question
chenna velagala · Jun 23, 2017

Creating Dashboard using zen Page

zen page while designing zen page. So that I can monitor all the interfaces(services and operations) of different Namespcaes from a single web browser. Here's Ensemble Event Log
Question
Nicky Zhu · Oct 16, 2017

Weird No 'Access-Control-Allow-Origin' header issue with Cors

in the same service class: /// This is the CORS request handler. User should override this method in their subclass /// if they don't want the default behavior ClassMethod
Question
Francis Galiegue · May 13, 2016

What server does Atelier expect to connect

time, an "unexpected end of file from server".Note that unfortunately, for the moment, I connect as _system... And the Caché install has the default privileges.What am I doing wrong
Announcement
Anastasia Dyubaylo · Oct 17, 2022

The 1st InterSystems Idea-A-Thon Winners - hooray

) through SFTP, CIFS/SMB or similar established protocol LDAP Authentication method by default on Web Applications Monitoring and Programatic way of Starting/Stoping Gateways Improve
Question
Evgeny Shvarov · Oct 30, 2017

Authentication options for Caché REST Application

answer!Then, in your client app settings Do you mean web-app settings like in the following screenshot?But why not using basic authentication? Can I consider using it? Do you mean
Question
Scott Roth · Oct 11, 2022

Community Edition Linux Setup

I am trying to get the Apache Web Gateway with Docker running on a development RHEL 8 machine so I do not have to config the Web Gateway and Apache apart from each other. I
Announcement
Evgeny Shvarov · Nov 26, 2018

InterSystems IRIS on AWS

Hi Community! I'm pleased to share the announcement that InterSystems IRIS Data Platform is available on Amazon Web Services marketplace! Few details: Version: InterSystems
Announcement
Anastasia Dyubaylo · Feb 14, 2019

New Video: Choosing a Public Cloud

of three major cloud providers: Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP). We will also discuss best practices for deploying InterSystems products in each
Question
Eduard Lebedyuk · May 23, 2018

How to create a POST redirect

User calls my REST service. I need:Redirect him to a POST urlProvide request bodyIs it possible? How? Redirect is easy to do in REST: set %response.Redirect = "url