Search found 4 matches

by JJDalglish
Thu Oct 14, 2021 3:02 pm
Forum: HTTPAPI
Topic: Getting HTTPAPI error information
Replies: 2
Views: 27719

Re: Getting HTTPAPI error information

PERFECT!!!! Exactly what I needed!

THANK YOU so much for your help and for creating the HTTPAPI package!
by JJDalglish
Wed Oct 13, 2021 6:15 am
Forum: HTTPAPI
Topic: Getting HTTPAPI error information
Replies: 2
Views: 27719

Getting HTTPAPI error information

Hello,
This is my very first attempt at using http inside RPGLE to interface with outside apps and I first want to THANK YOU a ton for having provided the http_string proc! I have only learned a little so far, but I have learned enough to see what you have provided will save me an immense amount of ...
by JJDalglish
Thu Oct 07, 2021 9:41 pm
Forum: HTTPAPI
Topic: Adding Auth Key to HTTP Header
Replies: 5
Views: 25439

Re: Adding Auth Key to HTTP Header

THANK YOU !!!!!!!!!!
by JJDalglish
Wed Oct 06, 2021 10:37 pm
Forum: HTTPAPI
Topic: Adding Auth Key to HTTP Header
Replies: 5
Views: 25439

Re: Adding Auth Key to HTTP Header

I know the below example is in curl, but since I don't how how to do it using HTTP, that is all I can provide right now.

Using HTTP, I'd like to know how to pass these values:
X-API-Key:
Return-Request:
Return-Response:

--------------------------

curl --location --request POST 'https://try-test ...