Hi all,
In one SAPUI5 project, I am intended to send some arrays in Ajax to XSJS file.
I first convert array elements into a string and adopt "GET" method in Ajax. The request looks like this:
But it turns out that the length of string exceeds the length of URL.
So I try POST method, since it is defined in jQuery library. However, the HANA Developer Guide (the latest one, page 452) says POST method is not supported.
Does anyone know how to send my data in this case? So far, I'm thinking of encoding my data (to make it shorter) before it is sent and decoding it when reaching XSJS file, which is quite a trouble.
Any suggestion will be of great help.
Best Regards,
Angel