the page should accept a POST request with a single parameter lists, which is a base64 encoded json value.
example :
data = { ‘lists’ : ‘&&&&&&&&&&&&&&&&&&&&&&’ }
and once the page is sent post request it should convert that base64 value to page html.
each user will be shown different results so it should be dynamic.
what can be the solution?