I am a newbie to objective c. I am developing a mac application which include several network communication. Usually I am posting data to our data center using direct internet connection. I would like to do the same using local proxy connection. Can I do this using NSURLConnection? if not can you please let me know the correct method to connect send and receive data using proxy connection?
I have a very simple problem and I am absolutely amazed that I haven t seen anything on this specifically. I am attempting to follow best practices for copying a file that is hosted on a webserver ...