Search found 4 matches

by jvondolteren
Thu Mar 31, 2022 9:55 pm
Forum: HTTPAPI
Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
Replies: 7
Views: 3406

Re: HTTP 500 Error - HTTPAPI vs POSTMAN

Good afternoon, Scott. An interesting observation regarding HTTP/1.1 v HTTP/1.0. The HTTP/1.0 seem to only happen with a response of 411. That being said, I decided to use HTTP_POST_URL to make the API call. One of the parameters passed in this procedure is the size of the data payload. I thought pe...
by jvondolteren
Thu Mar 31, 2022 2:30 pm
Forum: HTTPAPI
Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
Replies: 7
Views: 3406

Re: HTTP 500 Error - HTTPAPI vs POSTMAN

Once again, thank you for your observations. This is a learning process for me and I appreciate the guidance of someone much more experienced than I. I modified code within the program and have begun testing the process once more. The request failed once again, but now the error indicates that lengt...
by jvondolteren
Wed Mar 30, 2022 9:30 pm
Forum: HTTPAPI
Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
Replies: 7
Views: 3406

Re: HTTP 500 Error - HTTPAPI vs POSTMAN

Good afternoon, Scott. Thank your for your prompt rely to our inquiry. In response to the points brought up in your reply: 1) We were not aware of a process within HTTPAPI that provides a multipart form-data encoder. We will have to research this option further. Can you tell us if there is online do...
by jvondolteren
Tue Mar 29, 2022 8:17 pm
Forum: HTTPAPI
Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
Replies: 7
Views: 3406

HTTP 500 Error - HTTPAPI vs POSTMAN

We are attempting to call UKG ( Kronos Software ) Import API to post Wage Change Information for an employee. We have been able to successfully test the API via POSTMAN API tester. However, when we attempt to use a different API tester and/or call the API from within an RPGLE program using HTTPAPI, ...