Hello,
I want to use 'camera' widget in Vuforia to send an image in TWX, but when im trying to send image to my service in TWX i'm always get error 406: 'Unable To Parse JSON Request'.
content is 'image data' from camera
How could i solve that?
Hi,
There was a similar question before:
Hi @JT_10028013
Try adding below line in bold at the end of the configuration.json of the ES, and restart ES server.
{ ….. "nossl":true, "nohttp2":true }