Re: What Networking APIs to use?
Re: What Networking APIs to use?
- Subject: Re: What Networking APIs to use?
- From: Becky Willrich <email@hidden>
- Date: Wed, 12 Nov 2003 10:49:48 -0800
1) Does CFNetwork support POSTing to HTTPS URLs?
Yes; with CFNetwork, you create and fully configure the HTTP request
yourself - use whatever method and headers you want.
2) Does it allow to POST to an HTTPS URL when working
behind a proxy server?
Contrary to my earlier post, it does not. This is a known bug in
CFNetwork on 10.2.x that is fixed in 10.3.
3) [...] What libraries should i add?
The correct library is
/System/Library/Frameworks/CoreServices.framework.
Hope that helps,
REW
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.