Search found 7 matches
- Wed Feb 25, 2026 2:00 am
- Forum: HTTPAPI
- Topic: Problem with Basic Authentication in HTTPAPI v1.53
- Replies: 6
- Views: 21866
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 ...
- Tue Feb 24, 2026 9:56 am
- Forum: HTTPAPI
- Topic: Problem with Basic Authentication in HTTPAPI v1.53
- Replies: 6
- Views: 21866
Re: Problem with Basic Authentication in HTTPAPI v1.53
Your comment about converting the EBCIDIC to UTF-8 pointed out something that I checked. This client has a System Value for QCCSID of 65535. My other customers have a QCCSID value of 37. I added a CLLE wrapper to my RPGLE that gets the current job CCSID, changes the current job's CCSID to 37, calls ...
- Mon Feb 23, 2026 7:03 pm
- Forum: HTTPAPI
- Topic: Problem with Basic Authentication in HTTPAPI v1.53
- Replies: 6
- Views: 21866
Re: Problem with Basic Authentication in HTTPAPI v1.53
Hi Scott,
Thanks so much for your reply. There is another twist to this. We are able to send the file via Postman without issue from a PC on the same network as the IBM i using basic authentication. It almost seems that something on the IBM i is stripping the authentication from the header. I ...
Thanks so much for your reply. There is another twist to this. We are able to send the file via Postman without issue from a PC on the same network as the IBM i using basic authentication. It almost seems that something on the IBM i is stripping the authentication from the header. I ...
- Mon Feb 16, 2026 9:48 pm
- Forum: HTTPAPI
- Topic: Problem with Basic Authentication in HTTPAPI v1.53
- Replies: 6
- Views: 21866
Problem with Basic Authentication in HTTPAPI v1.53
Hi,
I'm having an issue that I have'nt seen before. I've been using various versions of HTTPAPI for the last decade. I'm using the latest release to send a json payload to an endpoing using httpapi 1.53. The debug log appears to have the basic authentication in the header, but I"m getting a 401 ...
I'm having an issue that I have'nt seen before. I've been using various versions of HTTPAPI for the last decade. I'm using the latest release to send a json payload to an endpoing using httpapi 1.53. The debug log appears to have the basic authentication in the header, but I"m getting a 401 ...
- Sat Nov 08, 2025 5:59 pm
- Forum: HTTPAPI
- Topic: Error with HTTP Header in V1.53
- Replies: 0
- Views: 81630
Error with HTTP Header in V1.53
Good Morning,
First of all, thank you Scott for creating this great API. I've been using it for about 10 years at several of my clients.
One of my clients is updating their WMS, and I need to update my interface to make that work. As I was doing this, I decided it was time to update to your latest ...
First of all, thank you Scott for creating this great API. I've been using it for about 10 years at several of my clients.
One of my clients is updating their WMS, and I need to update my interface to make that work. As I was doing this, I decided it was time to update to your latest ...
- Sat Apr 12, 2025 4:22 pm
- Forum: YAJL-ILE
- Topic: HELP! Square Brackets not translating correctly in YAJL
- Replies: 2
- Views: 142520
Re: HELP! Square Brackets not translating correctly in YAJL
Issue resolved x'ba' = [, x'bb' = ]
- Mon Apr 07, 2025 4:22 pm
- Forum: YAJL-ILE
- Topic: HELP! Square Brackets not translating correctly in YAJL
- Replies: 2
- Views: 142520
HELP! Square Brackets not translating correctly in YAJL
Has anyone run into this problem before? It isn't a problem with YAJL, I had the same problem trying to do the code manually:
Left square bracket [ is translated to Ý
Rignt square bracket ] is translated to ¨
Left square bracket [ is translated to Ý
Rignt square bracket ] is translated to ¨