Basically I am accessing this URL
However, the result is empty. Even though it should show something. I used objective-c
With this code:
response= [NSURLConnection sendSynchronousRequest:request returningResponse:&urlresponse error:&error];
json_string = [[NSString alloc] initWithData:response encoding:NSUTF8StringEncoding];
I think the | need to be urlencoded. How to do so?