Index: utils/ofhttp/OFHTTP.m ================================================================== --- utils/ofhttp/OFHTTP.m +++ utils/ofhttp/OFHTTP.m @@ -96,11 +96,13 @@ self = [super init]; @try { _method = OF_HTTP_REQUEST_METHOD_GET; - _clientHeaders = [[OFMutableDictionary alloc] init]; + _clientHeaders = [[OFMutableDictionary alloc] + initWithObject: @"OFHTTP" + forKey: @"User-Agent"]; _HTTPClient = [[OFHTTPClient alloc] init]; [_HTTPClient setDelegate: self]; _buffer = [self allocMemoryWithSize: [OFSystemInfo pageSize]];