Search found 6 matches

by DaleSigwart
Fri Jan 26, 2024 6:19 pm
Forum: YAJL-ILE
Topic: YAJL -- Power 10 and V7R5 Compatiblitly
Replies: 1
Views: 2484

YAJL -- Power 10 and V7R5 Compatiblitly

Hi Scott and Community, My company is planning a hardware migration from IBM i Power 8 to Power 10 in the first quarter of 2024. We are also planning to upgrade OS from V7R4 to V7R5 by the end of 2024. Is the current version of YAJL compatible with both of these changes? If not is there a compatible...
by DaleSigwart
Fri Jan 26, 2024 6:13 pm
Forum: HTTPAPI
Topic: HTTPAPI V7R5 and Power 10 Compatibility.
Replies: 1
Views: 2455

HTTPAPI V7R5 and Power 10 Compatibility.

Hi Scott and Community, My company is planning a hardware migration from IBM i Power 8 to Power 10 in the first quarter of 2024. We are also planning to upgrade OS from V7R4 to V7R5 by the end of 2024. Is the current version of HTTPAPI we are using (Ver 1.45 released 2021-09-20) compatible with both...
by DaleSigwart
Fri Jan 26, 2024 6:07 pm
Forum: HTTPAPI
Topic: Geting Http 400 Error on log in to Google API
Replies: 4
Views: 3191

Re: Geting Http 400 Error on log in to Google API

Hi Scott,

Thanks again for your help.

Once I changed the code add the request and the key to the URL header it worked fine.

Dale
by DaleSigwart
Thu Dec 28, 2023 5:19 pm
Forum: HTTPAPI
Topic: Geting Http 400 Error on log in to Google API
Replies: 4
Views: 3191

Geting Http 400 Error on log in to Google API

Hi, I am working on new project that requires a log into API and send parameters and API key in headers only format is https://maps.googleapis.com/maps/api/geocode/json?address=%20506%20...&key=AIz... This is my HTTPAPI routine dcl-s response varchar(16000000); dcl-s formdata varchar(1024); dcl-...
by DaleSigwart
Tue Dec 26, 2023 11:30 pm
Forum: HTTPAPI
Topic: Getting HTTP 400 Bad Request Back from API Vendor with Bearer Key.
Replies: 2
Views: 21458

Re: Getting HTTP 400 Bad Request Back from API Vendor with Bearer Key.

Hi Scott,

That worked great! Thanks for your help.

Dale
by DaleSigwart
Thu Dec 07, 2023 11:18 pm
Forum: HTTPAPI
Topic: Getting HTTP 400 Bad Request Back from API Vendor with Bearer Key.
Replies: 2
Views: 21458

Getting HTTP 400 Bad Request Back from API Vendor with Bearer Key.

Hi Scott and Community, I am struggling with getting a JSON response from API vendor site that uses bearer token valuation using HTTPAPI This is a three-step process. Send HTTP Post JSON request with client credentials to retrieve bearer token. This is working. Build the request header with the bear...