How To Customize Http User Agent "my User Agent".

From Android clients sends every HTTP request with a fixed user agent name “My User Agent”.

I like to customize this string such as “MyApp/1.23”.

How to do this?

You have always been able to set the HTTP headers on a network.request call.  See:

http://docs.coronalabs.com/api/library/network/request.html

Thank you for your quick and valuable information!!!

You have always been able to set the HTTP headers on a network.request call.  See:

http://docs.coronalabs.com/api/library/network/request.html

Thank you for your quick and valuable information!!!