I'm getching content in a universal iOS app using:
NSString stringWithContentsOfURL: [ NSURL URLWithString: link ]
... does that send iPhone/iPad user's IP and User-Agent to the server from which its fetching content from?
I need it to send at least user-agent so I can detect whether its an iPhone or iPad and optimize the content accordingly.