Copy link to clipboard
Copied
I need to send error notifiction to https server using indesign script. Is this possible via script. if possible share the sameple code.
Copy link to clipboard
Copied
There are no libraries about https protocol and we need to build ourselves.
However, We can use doScript method to invoke AppleScript with process. See below one liner.
alert(app.doScript( 'do shell script "/usr/bin/curl https://community.adobe.com/t5/InDesign/socket-connection/td-p/10675877"', ScriptLanguage.APPLESCRIPT_LANGUAGE));