Retrieve post data in RPGLE program. Autocomplete textBox
Posted: Tue Jan 07, 2020 6:28 am
Hello,
We are trying to do a RPGLE program to process textbox autocomplete option with a UDF.
We have not found a way to process the data that is being sent to the program via POST. We have tested with DATA-INTO, but it seems that the data is not sent in JSON format.
The request form-data in google developer tools are:
query=dd&limit=25&AUTH=39FE4833B424D3695C820430E381C87D53A9773823E73370ACD8ABF4EBB0F62A&UTF8=Y
We need query variable to limit response data.
Thanks in advance.
We are trying to do a RPGLE program to process textbox autocomplete option with a UDF.
We have not found a way to process the data that is being sent to the program via POST. We have tested with DATA-INTO, but it seems that the data is not sent in JSON format.
The request form-data in google developer tools are:
query=dd&limit=25&AUTH=39FE4833B424D3695C820430E381C87D53A9773823E73370ACD8ABF4EBB0F62A&UTF8=Y
We need query variable to limit response data.
Thanks in advance.