
Zitat von
buehmann
Guter Tipp. Ergebnis:
mit Unterstrich statt Space (funktioniert auf der XBox):
Code:
GET /xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.Notification(eingehender_Anruf,Anruf%20an%xxx%0avon%20xxx) HTTP/1.0
Host: 192.168.1.254
mit %20 statt Space:
Code:
GET /xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.Notification(eingehendernruf,) HTTP/1.0
Host: 192.168.1.254
mit Space:
Code:
GET /xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.Notification(eingehender Anruf,Anruf%20an%20xxx%0avon%20xxx) HTTP/1.0
Host: 192.168.1.254
Vor allem das mittlere Ergebnis verstehe ich gar nicht. Das hätte nicht passieren dürfen. Muss das % evtl. gequotet werden?