Question Martin Nielsen · Aug 21, 2024 Invalid CSP response cookie. SameSite cannot be set to None without Secure. : CSP Error We have a CSP pages script, which gets and sets a cookie for email tracking purposes, we had problems with cookies not being passed to this script when the URL was opened from an email client due to being cross-site, so I set Session Cookie Scope & User Cookie Scope to None instead of Strict. This solved the issue with cookies not being passed, however the script entirely does not work anymore due to the error: "Invalid CSP response cookie. SameSite cannot be set to None without Secure. : CSP Error" #CSP #Security #Caché #Ensemble 0 3 0 122
Question Martin Nielsen · Jul 15, 2024 Swagger generation for REST api Hi, I am considering making my own swagger json generation based on my rest api implementing the %CSP.REST class. Before I begin, I was wondering if there is already some kind of support, perhaps in IRIS already, or some tools that might help me. #API #CSP #JSON #REST API #Tools #InterSystems IRIS for Health #Caché #Ensemble #Health Connect #InterSystems IRIS 0 5 0 205
Question Martin Nielsen · Jul 4, 2024 forward REST calls and retain path parameters Hi, I have a controller which handles accounts, and forwards to the relevant controller based on the path, example below: #ObjectScript #REST API #Caché 0 2 0 101