Hello, i send json data with curl z/os using rexx bpxwunix.
1) the json is accepted if i put the data 1047 encoded into an untaggged file using --data @/filexxxx . but i do not want to use files for this
2) A trace shows me if i put the same bytes into stdin stem in rexx (using --data @- its not converted, so the server does not accept the garbage sent.
I am using an older version of curl, but i found no hint that a newer version will help here??
Any ideas? I could build into the rexx my own translation table to convert the stdin data to 8859-1. but can i avoid it somehow?
Thank you
------------------------------
Horst Gfrerer
RAITEC GmbH
------------------------------
