查找

InterSystems 官方
· 七月 15, 2024

Solo para MacOS - Fin del mantenimiento de Caché y Ensemble en MacOS

A partir del 15 de octubre de 2024, el soporte para Caché & Ensemble en MacOS quedará obsoleto.

Caché y Ensemble 2018.1.9 seguirán recibiendo soporte, pero no habrá más versiones de mantenimiento para MacOS. Esto significa que Caché y Ensemble 2018.1.9 serán la última versión de estos productos en MacOS. 

Como recordatorio, las versiones de mantenimiento para Caché y Ensemble en las demás plataformas soportadas finalizarán el 31 de marzo de 2027.  Encontraréis más detalles al respecto en el anuncio del año pasado.

讨论 (0)2
登录或注册以继续
摘要
· 七月 15, 2024

Publications des développeurs d'InterSystems, semaine Juillet 08 - 14, 2024, Résumé

InterSystems 官方
· 七月 15, 2024

Fin de maintenance pour Caché & Ensemble sur MacOS

Du 15 octobre 2024, la prise en charge de Caché & Ensemble sur MacOS sera obsolète.

Caché & Ensemble 2018.1.9 continuera d'être pris en charge, mais il n'y aura pas d'autres versions de maintenance pour MacOS. Cela signifie que Caché & Ensemble 2018.1.9 sera la version finale de ces produits sur MacOS.

Pour rappel, les versions de maintenance pour Caché et Ensemble sur les autres plateformes prises en charge prendront fin le 31 mars 2027.  Plus de détails à ce sujet peuvent être trouvés dans l'annonce de l'année dernière.

讨论 (0)0
登录或注册以继续
摘要
· 七月 15, 2024

Join the InterSystems Python Contest!

Dear Community member,

We're excited to invite you to participate in the 🏆 InterSystems Python Contest 🏆

This contest is the perfect opportunity to demonstrate your expertise with InterSystems IRIS, InterSystems IRIS for Health, or IRIS Cloud SQL and express your love for Python (or Embedded Python). Whether you're a seasoned developer or just getting started, we welcome all enthusiasts to take part.

Duration: July 15 - August 4, 2024

Prize pool: $14,000

The topic: Develop any solution using InterSystems IRIS or InterSystems IRIS for Health or IRIS Cloud SQL that uses Python (or Embedded Python) as a programming language.

Ensure you seize this incredible opportunity to push your limits, collaborate with other developers, and claim fantastic rewards. Share the news and invite your friends and colleagues to join in, too!

We can't wait to see your cutting-edge solutions!

>> Full contest details here.

We're looking forward to your entries 😉

问题
· 七月 15, 2024

Set-cookie blocked in non-https test environment web browser for REST API.

Hey,

I'm testing a REST API that is used for our IRIS Backend with a mobile app (Angular / ionic). 

The problem is that, our test environment does not yet have HTTPS capabilities, it's something we're going to set up ASAP, but right now we don't have it set up. 

We want to test the API endpoints via a web browser using either a test application built in Angular, or the app itself built with NPM via the browser. This means that the set-cookie headers are being blocked by the browser. 

Is there a way that we can allow the set-cookie header to be set in the browser for testing? 

It's also worth noting that if I test with a browser on my localhost, then the endpoints work as intended, but if I test using our remote test server, they do not, which is why I've tried adding CORS headers etc, but nothing seems to work so far. 

The requests also work as intended via Postman always.

My suspicion is that the issue is relating to javascript being blocked from accessing the HTTP headers: Set-Cookie - HTTP | MDN (mozilla.org) but I am out of ideas currently.


Things I've tried so far;

  • Manually adding same-site ="none" and removing checks requiring HTTPS if same-site="none" in %CSP.Response
  • Manually adding CORS headers to the writehttpcookie method in %CSP.Response
  • Ensuring withcredentials is setup on the frontend requests

 

Any help would be greatly appreciated, 

 

Thanks

讨论 (0)1
登录或注册以继续