Search found 4 matches

by daveslater1964
Wed Jun 05, 2024 12:48 pm
Forum: HTTPAPI
Topic: Creating a url_head routine
Replies: 3
Views: 17090

Re: Creating a url_head routine

I have seen it and am looking for some examples on how I might use it.
by daveslater1964
Wed Jun 05, 2024 12:00 pm
Forum: HTTPAPI
Topic: Creating a url_head routine
Replies: 3
Views: 17090

Creating a url_head routine

In the web world there is now a HEAD verb that is similar to GET but returns meta data for an object, not the object.

Is there anyway to incorporate this into the library?

Kind Regards,

Dave
by daveslater1964
Thu Mar 28, 2024 3:02 pm
Forum: Other ScottKlement.com Tools
Topic: SNDPIPE
Replies: 1
Views: 38343

SNDPIPE

I am trying to use the sndpipe to add additional unix commands The commands don't appear to run
Simple CL program

Opnpipe cmd('PATH=$PATH:/QOpenSys/pkgs/bin')

sndpipe rcd('curl -help')

rcvpipe rcd(&rec) eof(&eof)

but I am not getting any response

but if I use
Opnpipe cmd('PATH=$PATH:/QOpenSys ...
by daveslater1964
Tue Feb 06, 2024 3:42 pm
Forum: HTTPAPI
Topic: DUO 2FA
Replies: 0
Views: 19997

DUO 2FA

Has anyone managed to use the DUO API's to push an authentication via HTTPS?

I am at the point where I have generated the HMAC-SHA key but I an struggling on getting a response from the site

The documentation is here
https://duo.com/docs/authapi/#api-details

Kind Regards,

Dave

Update
It was a ...