As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I'm developing a web application where people can create custom pages. Since kinvey does not gives us a webhosting facility (right?) i'm hosting a seperate server which acts as a webserver and shows the custom pages. Now I need to access the data from my own server to construct the html of these pages. But as every api request requires an authorization from a user, i don't see how i can do this? So basically i need to access the REST API from my server which can read all the data of a specific page of a user.
The example above uses curl. However, you could adapt it for any backend language such as PHP, Node, ASP, etc.
Be sure to never expose your Master Secret in forums here. So, if you need further help, obfuscate it before posting.
J
Jonas
said
about 10 years ago
Wow, perfect. Didn't thought of doing that. Although i think it is better to create some sort of admin account instead of the master as i only need to read. Thanks!
Jonas
I'm developing a web application where people can create custom pages. Since kinvey does not gives us a webhosting facility (right?) i'm hosting a seperate server which acts as a webserver and shows the custom pages. Now I need to access the data from my own server to construct the html of these pages. But as every api request requires an authorization from a user, i don't see how i can do this? So basically i need to access the REST API from my server which can read all the data of a specific page of a user.
1) Is this possible somehow?
2) If so how can i achieve this?
Please help.
Thanks in advance.