Hello,
I’m starting with Backendless, for now I’ve been very happy with this tool. But I think I’m missing something.
I would like to develop a custom Web Service to do some image treatment in PHP.
I can’t find the way to make it work.
I made a very simple .php web service that answers a REST POST request.
But I can’t call it either from the browser or the mobile app.
Any solutions/alternatives?
The web service will request several images (Backendless File paths) and then it will make some calculations and modifications, it will generate a new image (bitmap) and will have to send it to the client. I would love to code this in PHP.
Thank you.
Jose