I am working on an iphone app which consumes lots of webservices and requests data from them as well. All my webservice links are "http://ipaddress/webservice". I am just concerned with the security side of my app and wondering
1) how easy is it to see the requests going from an iphone app to the server and the data related to it.
2) Also if I can actually view the body of my post request in some intercepting tool like fiddler .Is there a way I can make my data not to be recorded by fiddler.
3) Lastly,How can I check on the server side if its an iphone thats trying to access my webservice or its some other source like a web browser or Android phone.
Thanks