Found whilst getting my Sony Bravia KDL-40NX713 telly to talk to MediaPortal ResourceAccessModule.
When setting (via UPnP) the resource URL on the telly, the telly makes a request to the given URL for information. It sends the following message...
The message received back from MediaPortal is this...
HttpServer is rejecting the '.' in the header name. Since this is a DLNA required feature, please could the code be changed to allow '.' in the headers.
When setting (via UPnP) the resource URL on the telly, the telly makes a request to the given URL for information. It sends the following message...
Code:
HEAD /GetResource?ResourcePath=XXXXXX HTTP/1.1
getcontentFeatures.dlna.org: 1
X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40NX713";
X-AV-Client-Info: av="5.0"; cn="Sony Corporation"; mn="BRAVIA KDL-40NX713"; mv="1.7";
Host: XXX.XXX.XXX.XXX:3132
The message received back from MediaPortal is this...
Code:
HTTP/1.0 400 BadRequest: Invalid character in header name on line 2
HttpServer is rejecting the '.' in the header name. Since this is a DLNA required feature, please could the code be changed to allow '.' in the headers.
United Kingdom