On Aug 31, 2008, at 12:30 PM, Sam Schroeder wrote:
However, I've been unable to
find something simple that _just_ explains how to send a GET and
capture the returned results. My google_fu is weak. My ultimate goal
is to send and receive XML (or maybe JSON) requests over HTTP, but
first I want to understand simple GETs and POSTs.
Hello,
The easiest way for non-network programmers is probably
NSMutableURLRequest. You simply instantiate an NSMutableURLRequest
object, set it's URL, set it's HTTP method and away you go.