• Welcome to RadioDJ - Free Radio Automation Software Forum. Please log in or sign up.

Advice required: Perform HTTP requests from Events

Started by radiovoltrega, May 12, 2024, 01:03:08 PM

radiovoltrega

Hello,

In our station we are trying to perform GET requests from RadioDJ to call external api services when some events trigger. We have tried the Launch Internet Link action, but a browser window appears and sometimes we depend on HTTPS certificate or issues with lots of windows open.

Is there a better way to only call the GET request internally inside RadioDJ? We could'nt find any pluggin to do so.


Best regards

stevewa

please explain what the GET request will return to you.

event action
run application
wget (https://superuser.com/questions/25538/how-to-download-files-from-command-line-in-windows-like-wget-or-curl)

or

curl.exe

 8)

radiovoltrega

Hello,

I had tried wget some time ago with no success.

At the end it was a permission error: I've put wget.exe in System32 to be executable via cmd, but RadioDJ doesn't have permisions there. After putting it on RadioDJ folder now it works.

Thanks!

Best regards