Hello
I have try to setup the Now Playing with HTTP Web Request but when I add {"text":"Test"} in the "POST body" field nothing happen.
Im sure the "URL" is valid because if I try to force a text in another way work and when the next song start the field became blank
Thanks in advance!
Hi Davide,
The plugin posts with the content type application/x-www-form-urlencoded not application/json
The format you need would be test=Test if you want to this be interpreted as form parameters in the HTTP request.
Davide A
Hello
I have try to setup the Now Playing with HTTP Web Request but when I add {"text":"Test"} in the "POST body" field nothing happen.
Im sure the "URL" is valid because if I try to force a text in another way work and when the next song start the field became blank
Thanks in advance!