Hi all,
I'm trying to set up keyboard Maestro to have a macro, when triggered will be able to send and HTTP request to a webpage for processing.
Right now for starters, I created an action - Open URL which goes to a webpage
- it also contains a simple query string like:
https://mysite.com/process.php?info1=test1&info2=test2
on the page it grabs the query string and does various processes.
So, what I am really looking for is a better way than this to send out an http request as either a GET or better yet a POST request from keyboard Maestro to go to the url.
Question: is something like this possible using keyboard Maestro? If so how what I set this up - (possibly with JavaScript or something)?