Hi,
I’m having issues with a POST network.request() in Corona 2013.1076
The code is working just fine in Corona 2012.971 but the same code does not work correctly in 2013.1076
The summary is that if I include a header Authorization parameter in 2013.1076, then the body data is not processed correctly, but if I leave the header parameter out, it works fine and I can access the body parameters on the server.
Has anyone else seen something similar? Does anyone know of a workaround or fix?