Search found 3 matches

by cdougherty
Tue Feb 24, 2026 6:49 pm
Forum: HTTPAPI
Topic: Problem with Basic Authentication in HTTPAPI v1.53
Replies: 6
Views: 22037

Re: Problem with Basic Authentication in HTTPAPI v1.53

I had this problem!

So when transmitting the basic username/password combination I had that very same issue. I did some probably overcomplication but I did see that there were options to set a local and network ccsid:

rc = http_setOption('local-ccsid': '37');
rc = http_setOption('network-ccsid ...
by cdougherty
Sat Feb 21, 2026 1:13 pm
Forum: HTTPAPI
Topic: Git Download Process Question
Replies: 3
Views: 16060

Re: Git Download Process Question

No problem! Let me explain a bit better. I apologize for the confusion. I'm using the PASE client and doing a git pull request from your GitHub

(As an Aside: Its probably a user error but I figured I'd ask the question)

So I do a GIT pull request following this:

export PATH=/QOpenSys/pkgs/bin ...
by cdougherty
Thu Feb 19, 2026 7:56 pm
Forum: HTTPAPI
Topic: Git Download Process Question
Replies: 3
Views: 16060

Git Download Process Question

Hi there!

I was able to get libhttp installed and it was a tremendous help to integrate my companies 3PL integration however I might have something a bit weird setting wise because I have to use my IFS Home Src file be the holder of my LIBHTTP files otherwise it can't find things.

I'm wondering if ...