----- Original Message ----- > On 04/26/2013 03:46 PM, Lawrence Mandel wrote: > > ----- Original Message ----- > >> Hi Guys, > >> > >> I know it's a special questions but I'd like to redirect in my > >> HTHML5 > >> Firefox OS App to an webpage and submit a custom user agent. If > >> the > >> url > >> changes by performing an POST/GET-Action through the page with the > >> custom user agent this user agent should stay the same as defined. > >> > >> Is it possible to do that? > > > > Can you comment on why you need to send a custom user agent from > > your app? > > > > I want to submit some specific data like operating system, > app-version > and so on. This is required for the system to work.
If the submission target is under your control, why not simply include the information that you require in a JSON blog or via HTTP GET query parameters? Lawrence _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
