Skip to main content
5-Regular Member
January 28, 2022
Question

Save image from camera in TWX

  • January 28, 2022
  • 2 replies
  • 1456 views

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'.

e1.png

content is 'image data' from camera

How could i solve that?

2 replies

24-Ruby III
January 29, 2022
16-Pearl
October 13, 2022

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
}

See https://www.ptc.com/en/support/article/CS336280