Trouble using EXEC_SEND_HTTP_POST with credentials
Re: Trouble using EXEC_SEND_HTTP_POST with credentials
No.
Brackets [] just denote optional parameters - but are not send/used!
Brackets <> just denote parameter values - but are not send/used!
So just use:
Brackets [] just denote optional parameters - but are not send/used!
Brackets <> just denote parameter values - but are not send/used!
So just use:
Code: Select all
EXEC_SEND_HTTP_POST [email protected]|xxxxx|https://np-ingest.radioplayer.cloud/?rpuid=2xxxx&title=title&artist=artist
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
Inzane8305
- Posts: 56
- Joined: 06 Jun 2018 08:06
Re: Trouble using EXEC_SEND_HTTP_POST with credentials
Code: Select all
EXEC_SEND_HTTP_POST Username|Passcode|https://np-ingest.radioplayer.cloud/?rpuid=2xxxx|&title=${cpltracktitlecurrent}&artist=${cpltrackartistcurrent}above is the correct code. (Missing | in Bernds code (just before &title.........)