Skip to main content
Participating Frequently
September 4, 2017
Question

post, get, delete, put over https

  • September 4, 2017
  • 4 replies
  • 2754 views

Hi

Can I access to Rest Api over https using indesign javascript.

Maby i can use the external curl command ??

Thanks

This topic has been closed for replies.

4 replies

Participating Frequently
September 4, 2017

I have been trying for a long time. Now i decide to run external curl command When i finish it i write about it on this forum

Participant
November 5, 2021

But I suspect curl command cannot able to accept some special characters in messages

Loic.Aigon
Legend
September 4, 2017

I can't say for sure. Give this a try.

Participating Frequently
September 4, 2017

Ok

Are you sure that i can access to api via https using socket object (in indesign 5.5 i can use only http protocol)

Inspiring
October 12, 2017

Note: I've re-done GetURL ; this blog posts explains how to also support https. Only works in more recent versions...

http://coppieters.nz/?p=133

Kasyan Servetsky
Legend
October 12, 2017

Hey Kris, long time, no hear!

Thank you for the update!

— Kasyan

Loic.Aigon
Legend
September 4, 2017

You may want to use at the socket object. See chapter 6 on page 194 of the JavaScript Tools Guide CC.pdf (can be found from ExtendScript ToolKit via help menu).

Or you may want to use easier tools such as getUrl from Rorohiko:

Rorohiko: GetURLs.jsx - access HTTP content from InDesign ExtendScript

Or IDExtenso from InDiscripts

GitHub - indiscripts/IdExtenso: ExtendScript Framework for InDesign Ninjas

Both latter make accessing http url simplier.

Sunil Yadav
Legend
February 12, 2022

This is a great information, i think it will help a lot of people.