Sending request to Webserver
Hi
I am using Objective C GNU GCC compiler on Windows XP.
I have created a simple program that connects to URL using NSURL and recieving contents(may be XML) in a NSString and displayed it. Now Further I want to send request to a Webserver like Username and Password and do Login.Then recieve request from server.
how should I proceed?
|