INTERACT FORUM
More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: eddyshere on June 17, 2016, 08:42:03 am
-
In theory should the webserver not also accept a GET / request ?
I'm trying to get the same as
http://localhost:52199/MCWS/v1/Control/MCC?Command=10052&Parameter=-1
with
GET /MCWS/v1/Control/MCC?Command=10052&Parameter=-1 HTTP/1.1\r\n
The server returns a 501 error
Is my syntax wrong or can that simply not work ?
EDIT : Found the error....works actually