执行HTTP GET时,尝试将HTTP标头
在通过UPnP/SSDP搜索LG电视时,我得到以下响应:
HTTP/1.1 200 OK
CACHE-CONTROL: max-age=172800
DATE: Mon Dec 16 06:31:03 2013 GMT
EXT:
LOCATION: http://<IP>:<PORT>/udap/api/data?target=rootservice.xml
SERVER: Linux/3.0.13 UDAP/1.0 47LN5750-UH/05.00.30
ST: udap:rootservice
USN: uuid:c8ffxxxx-xxxx-xxxx-xxxx-xxxx34b4c708::udap:rootservice
在此之后,使用上面提供的位置URL,当我试图获得LG智能电视的描述,以了解设备信息,服务&命令支持,我得到一个"404-未找到"错误。
这是我获得描述的代码:
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"http://<IP>:<PORT>/udap/api/data?target=rootservice.xml"]
cachePolicy:NSURLRequestReloadIgnoringLocalAndRemoteCacheData
timeoutInterval:10];
[request setHTTPMethod: @"GET"];
NSError *requestError;
NSURLResponse *urlResponse = nil;
NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:&urlResponse error:&requestError];*
当我试图访问UDAP服务返回的URL时,为什么会出现"404-未找到"错误?
提前感谢
User-Agent
设置为UDAP/2.0
如果您想访问netrcu和其他服务,请查看UDAP规范http://developer.lgappstv.com/TV_HELP/index.jsp?topic=%2Flge.tvsdk.references.book%2Fhtml%2FUDAP%2FUDAP%2FLG+UDAP+2+0+协议+规范.htm