I am working on iphone networking application.. I am using asihttp , a wrapper of the CFnetwork framework. http://allseeing-i.com/ASIHTTPRequest/
I want to build a server that sends some data on request from the client… I want this for the sole purpose of testing the application i write and understanding the networking more deeply..
Any help is appreciated
Thank you
Seems like the most straight forward solution is to setup an Apache HTTPD server and just put a static document at the location you want your data to come from.