Hi List

At the moment, our application is sending a POST request with WOHTTPConnection. 
Now our customer wants us to send it via HTTPS.
Is there a possibility to do that with WOHTTPConnection or are there any other 
ways to do it?

Thanks,
Beni

Application application = (Application)Application.application();
WORequest request = new WORequest("POST", application.mondPath(), "HTTP/1.0", 
null, xml, null);
request.setHeader( authHeaderContent, "Authorization" );
request.setHeader( application.mondHost(), "host" );
request.setHeader( "Java/1.6", "user-agent" );
request.setHeader( "text/xml", "content-type" );
WOHTTPConnection connection = new WOHTTPConnection(application.mondHost(), 
application.mondPort());
connection.sendRequest( request );
 _______________________________________________
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]

Reply via email to