Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8730087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:56:58+00:00 2026-06-13T08:56:58+00:00

Has anyone managed to successfully make HTTP requests from an Illustrator script ( .jsx

  • 0

Has anyone managed to successfully make HTTP requests from an Illustrator script (.jsx) and would be willing to share how?

I’m currently experimenting with CS3 on OS X, but CS4–5.5 would work as well.

I’ve found an example using Bridgetalk to utilize Bridge’s socket connection, but couldn’t get it to work so far.

Someone mentioned a wrapper around libcurl and also a simple bash script came to mind. Haven’t found much information on how to achieve either yet.

Any input/advice/hint would be highly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:56:59+00:00Added an answer on June 13, 2026 at 8:56 am

    As it seems that this is a real edge case, here an outline of what I ended up doing. I’m planning on writing a blog post sometime about my solution, but it’s still very rough around the edges.

    It seems that — for some strange reason — AI really doesn’t have any possibility to make HTTP requests while most other Adobe (CS) applications are able to do so. It turns out, though, that one can use a library called BridgeTalk (which comes with all CS apps) to facilitate communication between different applications.

    BridgeTalk goes through Adobe’s Bridge app (as you might have guessed) and enables asynchronous (and synchronous, using a small trick) execution of serialized code.

    Bridge comes with a web socket library which can be used to make requests to external servers. My AI script now goes through small custom API and HTTP wrappers and I ended up using the HTTP parser from the Extendables framework to deal with the response. For simplicity’s sake I’m forcing synchronous requests.

    As an example, the API I ended up creating looks something like this (assuming an object foo with an attribute uuid):

    function synchFoo(foo) {
        var options = {
            path  : '/api/foos/' + foo.uuid + 'sync',
            format: 'json',
            method: 'POST',
            host  : '127.0.0.1:3000',
            data  : fooDataToString(foo)
        }
        var response = bridgeHTTP.sendSynch(options);
        return JSON.parse(response.body);
    }
    

    This approach is the only thing I could get to work (across versions of AI) and is still fairly unstable and therefore not ready for publication. The project around this solution has been abandoned, though, so don’t hold your breath.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone managed to run wcf successfully in 2.0 integrated mode on IIS7 when
Has anyone managed to make dialogs which can handle all of the following requirements:
Is there anyone here who has successfully removed sitecore/content from Sitecore's generated URLs. I'm
Has anyone managed to get administration rights through the UAC without restarting the application
Has anyone successfully tried minifying AND concatenating all the jqGrid locale files so that
Has anyone met this error? Right now i am trying to do switch from
Good day all. Does anyone has a working example how to make Google Plus
Has anyone managed to color the scopebar portion of a UISearchBar, it has a
Has anyone managed to get a DBLookupComboBox to work with a DBCtrlGrid ? A
Has anyone successfully created an Extjs app that works on iPhone, iPad and Android?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.