Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Contributor ,
Jun 23, 2025 Jun 23, 2025

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>
TOPICS
Scripting
77
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation