Skip to main content
Inspiring
June 23, 2025
Question

[Scripting] "Cookies disabled" with Extension and InDesign CC 2025 (20.4)

  • June 23, 2025
  • 0 replies
  • 114 views

HI All,

 

In my workflow we are using http cookie based mechanism for authentication like sending after successfull login browser set a JSESSIONID in set-cookie header and for subsequent request it send cookie header with JSESSIONID for authenticate.

Now after updating version to InDesign 20.4 version the above mechanism stop to work and return 401 unauthorized error for subsequent request. we found that after update InDesign in built browser no longer send this cookie in request header.

I also try to add following config param in my manifest but won't work

Please let me know how I could fix this issue.

<CEFCommandLine>
<Parameter>--disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure,NetworkService</Parameter>
<Parameter>--disable-site-isolation-trials</Parameter>
<Parameter>--enable-nodejs</Parameter>
<Parameter>--mixed-context</Parameter>
</CEFCommandLine>