"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

Questions for PHP Developers

We are going to be developing  VWS API samples in PHP, similar to our Java samples, and would like to get an idea of what libraries and extensions our PHP developers are using and how you are hosting your PHP apps.

Please give us some feedback to help us meet your requirements.

Thanks

David

I using only curl library for remote connection to vuforia server. Source code for signature builder is in my post about vws authorization problem.

 

Any updates regarding the adding of targets in a cloud database using cURL? I am pretty much sure that I have completed all the requirements and yet I always get "AuthenticationFailure". Getting a target works but uploading one doesn't. Thank you very much!

Hi Sanj,

you may also want to have a look at this other thread (where quite some PHP code is shared/discussed as well):

https://developer.vuforia.com/forum/general-discussion/vws-authorization-problem

Confirm that your width value is actually a float ( e.g. 100.0 ). That's caused problems for other devs using cURL. If that doesn't solve the problem, please post the snipped of code you are using to compose and format the request.