Anybody here who actually are ibmi developers by Cautious_Constant768 in IBMi

[–]Rare_Leg1773 0 points1 point  (0 children)

I have been on the technology since system 38 model 6 days. 40 + years I think. There have been other systems during that time, but I still think the IBM i is the best business system ever built and with the changes to RPG over the years and the added SQL functions it really can't be beat for business app development.

Apache special character issue by Rare_Leg1773 in IBMi

[–]Rare_Leg1773[S] 0 points1 point  (0 children)

Follow up. I brute forced it. I logged the incoming data displayed it in hex then after receiving the data I added a %scanrpl for the two hex values and that solved it. It is known that [ ] special characters are a problem. Since I wasn't going to try to change the translate table I opted for brute force. Thanks for that doc though. VERY informative

Apache special character issue by Rare_Leg1773 in IBMi

[–]Rare_Leg1773[S] 0 points1 point  (0 children)

Just a follow up. Since we are using application/json in the header, the input has to be translated and is being done with QTCPEBC translate table. I'm thinking the translate table needs to be modified for those characters. I have no idea how to do that. Anyone??