Search found 14 matches

by gio.cot
Fri Jan 16, 2026 6:28 pm
Forum: HTTPAPI
Topic: Configure Basic Authentication on HTTP SERVER
Replies: 0
Views: 4776

Configure Basic Authentication on HTTP SERVER

I have configured an http SERVER and deployed a web service for test; it
works fine.

Now i would like to learn and test how use "Basic Authentication"; can some
one suggest some links how to do that, i found this documet
https://www.itjungle.com/2024/08/12/guru-creating-a-web-service-with-basic-a ...
by gio.cot
Thu Jan 15, 2026 9:45 pm
Forum: YAJL-ILE
Topic: Invoke WebSrvice with Soap or Postman
Replies: 1
Views: 8322

Re: Invoke WebSrvice with Soap or Postman

Hi
solved .. the Json was wrong
in postman i tried with this Json and now it works
Thanks
Gio
by gio.cot
Thu Jan 15, 2026 6:38 pm
Forum: YAJL-ILE
Topic: Invoke WebSrvice with Soap or Postman
Replies: 1
Views: 8322

Invoke WebSrvice with Soap or Postman

Hi all
i'm try to play with example at page 178 of https://www.scottklement.com/presentations/REST%20APIs%20and%20RPG.pdf;
i configured HTTP Server
i have created a simple progam the try to read a JSON Input Message


dcl-s loaded ind inz(*off);
// dcl-ds cust qualified template;
dcl-ds cust ...
by gio.cot
Thu Jun 06, 2024 5:44 pm
Forum: RPG IV
Topic: Remove from a string some characters
Replies: 1
Views: 70333

Remove from a string some characters

Hi all

I'm looking for a way to remove from a string some characters : Ex.

String = "A.b-,c%d'" i would be get "Abcd"

Thanks in advance

Gio
by gio.cot
Thu Mar 07, 2024 5:19 pm
Forum: General
Topic: Configuration Kyocera MA 3005 (color)
Replies: 1
Views: 15728

Configuration Kyocera MA 3005 (color)

Hi all
I need to configure Kyocera MA 3005 IBM to print with Colored overlay ;
below the configuration that with Blank and withe Overlay works; instead with Colored overlay i receive CPF3397 and the writer ends
Can some help to configure so that also with Colored overlay it works?
Thanks in ...
by gio.cot
Wed Jun 07, 2023 4:37 pm
Forum: General
Topic: Help with SFTP : error “Host key verification failed”
Replies: 4
Views: 22563

Re: Help with SFTP : error “Host key verification failed”

Hi Scott
below a new log ..
i don't understand why i find :
debug1: identity file /home/USER/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
when if i run wrklnk '/home/user' i see this:
Immagine.png



$
sftp -vvv myuser@sftp.SFTPSRV.it
OpenSSH_6.9p1, OpenSSL 1.0.2n 7 Dec ...
by gio.cot
Wed Jun 07, 2023 1:43 pm
Forum: General
Topic: Help with SFTP : error “Host key verification failed”
Replies: 4
Views: 22563

Re: Help with SFTP : error “Host key verification failed”

Hi all

I have taken a step forward … running “ ssh myuser@sftp.SFTPSRV.COM”, i was able to create the file known_hosts with the information relative to sftp.SFTPSRV.COM; after that if i try to run “sftp myuser@sftp.SFTPSRV.COM” i receive :
Permission denied, please try again.
Permission denied ...
by gio.cot
Tue Jun 06, 2023 7:34 pm
Forum: General
Topic: Help with SFTP : error “Host key verification failed”
Replies: 4
Views: 22563

Help with SFTP : error “Host key verification failed”

Hi All

I’m try to connect via SFTP to a supplier’s server , but I receive the error “Host key verification failed” ;
The supplier told me that “..doing connection tests with your user , the problem described does not occur, there are no keys activated on the server side ..”
I tryed also to run ...
by gio.cot
Fri Aug 12, 2022 10:24 pm
Forum: General
Topic: Using IBM i SMTP Client to relay email to GMail
Replies: 9
Views: 45509

Re: Using IBM i SMTP Client to relay email to GMail

Scott and jonboy many thanks
unfortunatly i don't know PHP .. so it is hard for me follow the jonboy example; i tried to search for Nodemailer and i found Scott document at https://www.scottklement.com/presentations/World%20of%20NodeJS%20on%20IBM%20i.pdf. question for Scott: if i follow your example ...
by gio.cot
Thu Aug 11, 2022 5:55 pm
Forum: General
Topic: Using IBM i SMTP Client to relay email to GMail
Replies: 9
Views: 45509

Re: Using IBM i SMTP Client to relay email to GMail

Hi Scott
i mean this :
Scott Klement wrote: Wed Aug 10, 2022 9:23 pm Do you mean that Google is letting you use one of their servers as an outgoing SMTP server?
Thanks in advance