I'm trying to create an app for a vBulletin forum website. The website we use requires a username/password entry to gain access but I can't figure out how to connect my appery app to the website. Is this possible using appery?
I'm trying to create an app for a vBulletin forum website. The website we use requires a username/password entry to gain access but I can't figure out how to connect my appery app to the website. Is this possible using appery?
Hi Schrec.
It depends on how your web site implement authorize processing.
So please specify about it before. And we will direct you in correct way after.
Also if your site implement REST API it could be implemented with just DATA passing in accordance with your website REST API. For example see Appery.io DB login service.
May be your site has http basic authorization: in this case you can use following solution:
http://blog.appery.io/2011/11/rest-ap...
Regards.