network.request - Unable to Change User-Agent

Using the following, as per the API docs:

[blockcode]
local headers={}
local params={}
headers[“User-Agent”] = “Super Secret UA”
params.headers=headers
params.body=postData – defined elsewhere
network.request(eventServiceUrl,“POST”,eventPostListener,params)
[/blockcode]

Will not set the user agent in the outgoing HTTP POST request. It’s still either “Corona%20Simulator/2012.840…” or from the device “MyAppName/Version…”

I’m running 2012.840 (2012.06.19)

Known issue or am I missing something obvious?

*rubs eyes* [import]uid: 1989 topic_id: 28747 reply_id: 328747[/import]