Hi, I need to do a basic authenticated web request but found out that even this does not work in Monkey C and Fenix 3 watch:
Comm.makeJsonRequest("username:[email protected]/somerestjsonservice, {}, {}, method(onReceive));
As I get an HTTP 401 response code. BTW, the same code works fine in the simulator, but not on the watch (which is connected over bluetooth to my phone and has net access)
Is there a better/different way?