I made a request on POSTMAN as attached image. But I don’t know how can I convert it to corona. Anyone can help?
I usually make request like the following:
local PARAMS = {}
PARAMS.body = “key1=a&key2=b”
network.request( ‘http://abc.com/test’ ‘POST’, call_back_function, PARAMS)
But it doesn’t work on the attached request.