[Info-vax] Restful API w/JSON client package or library on OpenVMS

Arne Vajhøj arne at vajhoej.dk
Wed Mar 13 22:19:39 EDT 2024


On 3/13/2024 9:57 PM, Lawrence D'Oliveiro wrote:
> On Wed, 13 Mar 2024 20:39:42 -0400, Arne Vajhøj wrote:
>> * Java with any HTTP client including builtin HttpURLConnection
> 
> I don’t think that does any cookie management
> <https://docs.oracle.com/en%2Fjava%2Fjavase%2F11%2Fdocs%2Fapi%2F%2F/java.base/java/net/HttpURLConnection.html>.
> So if you want session authentication, you will need to do things in a
> more complicated way.

It does not handle cookies automatically.

But since RESTful web services should not use session cookies,
then that is not really a problem.

Arne




More information about the Info-vax mailing list