I have a question that maybe more an IBM i DNS issue, but I wanted to check here first.
I have some programs that make many http calls using a dns name (4-5/second). IBM i is setup with an DNS server on the lan.
The networking team is complaining that it appears we are not respecting the ttl of the ...
Search found 3 matches
- Thu Jul 11, 2024 1:40 pm
- Forum: HTTPAPI
- Topic: DNS Lookup Question
- Replies: 1
- Views: 14141
- Thu Jul 11, 2024 1:34 pm
- Forum: HTTPAPI
- Topic: HTTP Auth Bearer
- Replies: 2
- Views: 23134
Re: HTTP Auth Bearer
Apologies for never replying to this old post.
Yes I was able to get it work using http_xproc
Yes I was able to get it work using http_xproc
- Fri Sep 17, 2021 6:09 pm
- Forum: HTTPAPI
- Topic: HTTP Auth Bearer
- Replies: 2
- Views: 23134
HTTP Auth Bearer
Ran into an issue with http_setAuth (HTTP_AUTH_BEARER ...
The Bearer token I got on an earlier call is 1065 in length.
But the prototype for the http_setauth only allows the pePasswd to be 1024 in lenght.
So the token is being cut off.
Suggestions?
The Bearer token I got on an earlier call is 1065 in length.
But the prototype for the http_setauth only allows the pePasswd to be 1024 in lenght.
So the token is being cut off.
Suggestions?