• 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
Fwd: There is not WOHTTPSConnection.... how then?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: There is not WOHTTPSConnection.... how then?


  • Subject: Fwd: There is not WOHTTPSConnection.... how then?
  • From: Markus Ruggiero via Webobjects-dev <email@hidden>
  • Date: Wed, 23 Oct 2019 20:35:26 +0200

Thanks all for your help, I think there is lots of good stuff that will help me
further.

Have a good time and hopefully some WOFun (tm), too
---markus---

> Begin forwarded message:
>
> From: Markus Ruggiero via Webobjects-dev <email@hidden>
> Subject: There is not WOHTTPSConnection.... how then?
> Date: 23. 10. 2019 at 12:01:33
> To: "email@hidden" <email@hidden>
> Reply-To: Markus Ruggiero <email@hidden>
>
> I need to upload data to a server via https. I have it working for http (no
> "s") using WOHttpConnection. But there is none with "S". The customer wants
> to switch to secure connection. How'd I do that?
>
> Here is my code for the non-secure upload:
>
> WORequest request = new WORequest("POST", application.docUploadPath(),
> "HTTP/1.1", null, xml, null);
> request.setHeader( authHeaderContent, "Authorization" );
> request.setHeader( application.docUploadHost(), "host" );
> request.setHeader( "Java/1.8", "user-agent" );
> request.setHeader( "text/xml", "content-type" );
> WOHTTPConnection connection = new
> WOHTTPConnection(application.docUploadHost(), application.docUploadPort());
> boolean sendRequestSucceeded = connection.sendRequest( request );
>
> Thanks for any pointer or even some code snippets.
>
> ---markus---
> _______________________________________________
> 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

 _______________________________________________
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: 
 >There is not WOHTTPSConnection.... how then? (From: Markus Ruggiero via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: There is not WOHTTPSConnection.... how then?
  • Next by Date: Some Screencasts Unavailable
  • Previous by thread: Re: There is not WOHTTPSConnection.... how then?
  • Next by thread: Some Screencasts Unavailable
  • Index(es):
    • Date
    • Thread