This object is in archive! 

AVR HTTP POST

Lars shared this question 8 years ago
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

Replies (5)

photo
1

Help :)

photo
1

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)

photo
1

@Lars Did you get this to work?

photo
1

nvm I got it to work.


I have a Marantz Stereo.

Leave a Comment
 
Attach a file