Jump to content

Sending data from browser to AutoIt sitting on remote VDS


Recommended Posts

There are tons of client-server snippets but all of them are based on same concept where we have 2 AutoIt instances.

But what if I have a remote VDS with AutoIt and a simple webpage with a form to launch the script execution?

In other words I want to set up VDS with AutoIt server script and be able to send some text data using Javascript (POST request by fetch or anything) from that webpage. Looks like the only way to exchange data between browsers and AutoIt is websocket (since TCP and UDP were deprecated by browsers), but I can't find any working examples of it at the Forum.

Is it even possible to do such things and if yes, then where should I start? Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...