Search found 3 matches
- Fri Oct 13, 2023 1:48 pm
- Forum: HTTPAPI
- Topic: ssl_error(415): (GSKit) Peer not recognized or badly formatted message received.
- Replies: 3
- Views: 14410
ssl_error(415): (GSKit) Peer not recognized or badly formatted message received.
I'm getting an error on an API call when I use http_req(), but when I send the same payload using Postman, it works fine. This seems to be an intermittent problem when calling the API from my IBM i. But it succeeds 100% of the time when called from Postman. Any help understanding the error would be ...
- Fri Mar 10, 2023 4:14 am
- Forum: YAJL-ILE
- Topic: DATA-INTO when entire JSON Document is an array
- Replies: 5
- Views: 19116
Re: DATA-INTO when entire JSON Document is an array
Thank you all. Exactly what I needed.
- Wed Mar 08, 2023 9:00 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO when entire JSON Document is an array
- Replies: 5
- Views: 19116
DATA-INTO when entire JSON Document is an array
I get the following response from an API call. I want to use DATA-INTO to parse it. I've used DATA-INTO with plenty of JSON responses in the past, but this is the first time when the entire document is an array. What would the data structure look like? On a side note, I can't use "Rel" as ...