This object is in archive! 
AVR HTTP POST
Answered
I'm trying to control my Marantz AVR whit a post request.
if i paste this line into the URL line of a web browser, i can turn my AVR on an off:
ON : http://192.168.0.109/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FON
OFF: http://192.168.0.109/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FOFF
Can any one tell me how to put this line in the HTTP post request?
i cant get it to work...
Files:
AVR.jpg
No connection
Real-time notifications may not work
http://www.openremote.org/display/docs/OpenRemote+2.0+How+To+-+Denon+HTTP+Control
http://www.openremote.org/display/docs/OpenRemote+2.0+How+To+-+Denon+HTTP+Control
Help :)
Help :)
If you paste this line into a browser and hit enter, it will send an HTTP GET request, not a POST.
Try to use GET in the puzzle. Your receiver might not respond to POSTs anyway. Remember to include the http:// prefix in the url too (if I remember right)
If you paste this line into a browser and hit enter, it will send an HTTP GET request, not a POST.
Try to use GET in the puzzle. Your receiver might not respond to POSTs anyway. Remember to include the http:// prefix in the url too (if I remember right)
@Lars Did you get this to work?
@Lars Did you get this to work?
nvm I got it to work.
I have a Marantz Stereo.
nvm I got it to work.
I have a Marantz Stereo.
Replies have been locked on this page!