Can we use the path of the plist as a url?
Now i used the below code
id response = [self objectWithUrl:[NSURL URLWithString
"http://user
ass@x.x.x.x:3000/reports.json"]]; //localhost
Can i use plist path rather than http://user:pass@x.x.x.x:3000/reports.json?
Now i used the below code
id response = [self objectWithUrl:[NSURL URLWithString
Can i use plist path rather than http://user:pass@x.x.x.x:3000/reports.json?