×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
The program that is receiving the data is expecting pure JSON data to be returned. Instead is it receiving these extra bytes prior to the first { and is abending.
-----Original Message-----
From: WEB400 <web400-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Scott Klement
Sent: Monday, October 17, 2022 10:06 PM
To: web400@xxxxxxxxxxxxxxxxxx
Subject: Re: [WEB400] YAJL
The "chunked" part is a normal and expected part of the HTTP protocol. Can you explain what problem it is causing you?
Since it is part of HTTP, it is being added (correctly) by the IBM HTTP server and is normal and expected. It won't be in a save-to-file because that doesn't go through the HTTP server. The data isn't being added by YAJL, it's just part of the HTTP protocol.
On 10/17/2022 6:34 PM, smith5646midrange@xxxxxxxxx wrote:
Maybe I'm just being dense here but when I pull data from filebase, it
is not chunked. Is this a limitation of Apache or YAJL or why can't I
do it with the IBM i?
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxxxxxxxx Before posting, please take a moment to review the archives at
https://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.