> On Sep 30, 2015, at 7:18 AM, Michael Hast <[email protected]> wrote: > > Like Rene, I am not sure about WOHTTPConnection and https. Looking at code > that had to post content to other servers we use the java.net > <http://java.net/> classes: > > URL url = new URL("..."); > HttpURLConnection conn = (HttpURLConnection)url.openConnection(); > … >
Here is some sample code for HttpURLConnection: https://github.com/kiberkli/WORemoteSiteConfig/blob/master/Sources/com/dyned/woremotesiteconfig/WebPageFromURL.java
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
