Locating HTTP and HTTPS examples?
Locating HTTP and HTTPS examples?
- Subject: Locating HTTP and HTTPS examples?
- From: <email@hidden>
- Date: Wed, 05 Nov 2003 01:39:51 GMT
Hi, I'm looking for the classes and their associated examples for doing the following action Mac OS X only using various Cocoa Frameworks:
NOTE: The initially this will be a command application because I'm not well versed at
building a GUI at this time. However, I may embark upon a GUI when I complete
the command line version.
1) obtain username, password, and a XML file from the command line
2) base 64 encode the username and passord
For example, contenate the username and password -> username:passord.
Then encode the password using base 64 encoding
3) Read the XML
4) URL Encode the XML in (3)
5) Create a HTTP connection to a HTTPS server
6) Send a request with the (2) and with (4)
7) Get the response from the HTTPS server
Finally, I'm just looking for example code and/or references as to how to do the above.
Well, I must go and thanks in advance for any input that you all can provide.
-Conrad
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.