Re: JSSE Post Problem/Question

Jeff Nisewanger (Jeff.Nisewanger@eng.sun.com)
Fri, 27 Aug 1999 10:18:06 -0700 (PDT)

Message-Id: <199908271719.KAA10250@shorter.eng.sun.com>
Date: Fri, 27 Aug 1999 10:18:06 -0700 (PDT)
From: Jeff Nisewanger <Jeff.Nisewanger@eng.sun.com>
Subject: Re: JSSE Post Problem/Question
To: java-security@Sun.COM, Alvan.Plymire@wpc.frco.com

> I have a program that POSTs data via a URL. When the post is via HTTP,
> things work fine, but
> when the post is via HTTPS, it does not work. Is there anything special I
> have to do for a POST
> via SSL?
> I do not have access to the server side. I do receive html back indicating
> that there was an error
> with the posted data.

No, there shouldn't necessarily be anything different between
doing a POST request with http versus https with the java.net.URL class.

Jeff