The PlayIt Software Users Facebook group provides a much faster response to questions. Please consider joining.
Start a new topic
Solved

[Now Playing] HTTP Web Request - POST body don't work

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!


1 Comment

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.


1 person likes this
Login to post a comment