Search found 655 matches

by Scott Klement
Mon Apr 22, 2024 5:25 pm
Forum: HSSFR4
Topic: Copy Sheet (workbook.cloneSheet)
Replies: 1
Views: 13

Re: Copy Sheet (workbook.cloneSheet)

I am trying to add functionality to be able to copy a sheet (workbook.cloneSheet) and to delete a sheet (workbook.removeSheet). How is this done? What do you mean? Are you asking how to call Java code from RPG? It is described in the ILE RPG Programmer's Guide. I have tried to add a method by copyi...
by Scott Klement
Mon Apr 22, 2024 5:17 pm
Forum: RPG IV
Topic: MCH3601 unmonitored by HTTPAPIR4
Replies: 6
Views: 231

Re: MCH3601 unmonitored by HTTPAPIR4

I'm sure the problem you solved was to fix the 404 error. But it doesn't explain why you'd get an MCH3601... There were fixes in the past to fix MCH3601 in HTTPAPI.
by Scott Klement
Mon Apr 22, 2024 5:48 am
Forum: RPG IV
Topic: MCH3601 unmonitored by HTTPAPIR4
Replies: 6
Views: 231

Re: MCH3601 unmonitored by HTTPAPIR4

What version of HTTPAPI?
by Scott Klement
Tue Apr 16, 2024 7:36 pm
Forum: HTTPAPI
Topic: host differs to domain fronting proxy
Replies: 5
Views: 605

Re: host differs to domain fronting proxy

Yeah, that shouldn't be in there... probably got accidentally added via copy/paste and nobody noticed because the proxy support worked.

Can you try the latest beta copy of HTTPAPI and see if it is resolved for you?
https://www.scottklement.com/httpapi/beta/
by Scott Klement
Tue Apr 16, 2024 5:22 pm
Forum: YAJL-ILE
Topic: Request: make parser locale independent
Replies: 9
Views: 658

Re: Request: make parser locale independent

This is perfect, I'll go ahead and make those few changes and put it online for the 6.1 version.

Right now there is no public repository for my fork of YAJL -- but, that is on my to-do list.
by Scott Klement
Mon Apr 15, 2024 9:25 pm
Forum: YAJL-ILE
Topic: Request: make parser locale independent
Replies: 9
Views: 658

Re: Request: make parser locale independent

I understand. I sympathize with you, but I can't support V6R1.

If you'd like to contribute what you have working on 6.1 back to the project, I can update the download that's made for IBM i 6.1 customers to the newer code that you've got working.
by Scott Klement
Mon Apr 15, 2024 9:24 pm
Forum: HTTPAPI
Topic: host differs to domain fronting proxy
Replies: 5
Views: 605

Re: host differs to domain fronting proxy

Oh, you're saying that HTTP/1.1 is somehow being added to the host: header? That shouldn't be happening.
by Scott Klement
Fri Apr 12, 2024 5:21 pm
Forum: YAJL-ILE
Topic: Request: make parser locale independent
Replies: 9
Views: 658

Re: Request: make parser locale independent

After your first statement that YAJLR4 didn't change, I downloaded the file from my site and restored and check the source member, and indeed, it had the new code in it. I've now done it again. So TWICE I've re-downloaded from my site and restored it, and indeed, the updated source is there. You're ...
by Scott Klement
Thu Apr 11, 2024 11:41 pm
Forum: YAJL-ILE
Topic: Request: make parser locale independent
Replies: 9
Views: 658

Re: Request: make parser locale independent

The changes I made aren't related to DATA-INTO... I didn't even think about DATA-INTO. They are only related to the yajl_get_number and yajl_get_bignumber subprocedures. You said there weren't any changes to YAJLR4? That shouldn't be the case. I added a new (internal) subprocedure called getDouble()...
by Scott Klement
Thu Apr 11, 2024 11:27 pm
Forum: HTTPAPI
Topic: host differs to domain fronting proxy
Replies: 5
Views: 605

Re: host differs to domain fronting proxy

Sorry, I don't understand. What do you mean by "the host name and the host header differ"? HTTP/1.1 is the version of HTTP and is required to be there, always... not sure what that has to do with security.