Simple objective-c GET request
问题 Most of the information here refers to the abandoned ASIHTTPREQUEST project so forgive me for asking again. Effectively, I need to swipe a magnetic strip and send the track 2 data to a webservice that returns "enrolled" or "notenrolled" (depending on the status of the card...) So my data comes in simply as NSData *data = [notification object]; And then I need to pass this to a url to the order of http://example.com/CardSwipe.cfc?method=isenrolled&track2=data And then just receive a response