• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sending a POST request via HTTPS with WOHTTPConnection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending a POST request via HTTPS with WOHTTPConnection


  • Subject: Re: Sending a POST request via HTTPS with WOHTTPConnection
  • From: Klaus Berkling <email@hidden>
  • Date: Wed, 30 Sep 2015 08:16:35 -0700


On Sep 30, 2015, at 7:18 AM, Michael Hast <email@hidden> 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 classes:

URL url = "" 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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Sending a POST request via HTTPS with WOHTTPConnection (From: Benjamin Steiner <email@hidden>)
 >Re: Sending a POST request via HTTPS with WOHTTPConnection (From: René Bock <email@hidden>)
 >Re: Sending a POST request via HTTPS with WOHTTPConnection (From: Michael Hast <email@hidden>)

  • Prev by Date: Re: Sending a POST request via HTTPS with WOHTTPConnection
  • Previous by thread: Re: Sending a POST request via HTTPS with WOHTTPConnection
  • Index(es):
    • Date
    • Thread