Search found 4 matches
- 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.
- 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
Is there anyway to incorporate this into the library?
Kind Regards,
Dave
- 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 ...
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 ...
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 ...
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 ...