"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

vws connection

Hi,

 

I am trying to integrate with your webservice, but i am stuck, an could use some help.

For the target creation, I can have 2 different replies:

* If I try to put all the requested arguments in the body (name, width, image, application_metadata), I get a broken pipe error.

* assuming that it might be a pb during file upload, I omit the image argument, I get a 400 bad request error (not documented in https://developer.vuforia.com/resources/dev-guide/common-result-codes)

* if i ommit the authenticate parameter, i get AuthenticationFailure

 

Does the 400 response really comes from your apis, or from your apache server ?

Does the broken pipe error means I passed the auth but the network crashes after that ?

Is there any way to have more informations about the auth failed ?

Regards,

I got it, there was a trailing newline char in my string to sign...