0

m trying to make an VB .NET Windows Form app that authenticate to my website by POST request! if user login info is valid it says "welcome" and application authentication is successful! my website is coded with php + mysql!

problem is it is insecure and can be bypassed by many techniques..

HOW TO MAKE SECURE APP IN VB .NET that auth server side? any method? please provide codes if possible!any code or any other best language to make it most secure?

4

1 回答 1

0

您可以在 PHP Web Service Class File 中创建身份验证函数。并且从您的 Windows 应用程序中,您可以调用该 PHP Web 服务中的身份验证功能。

以下是有关如何在 PHP 中创建 Web 服务的示例链接:http: //www.codeproject.com/Tips/671437/Creating-Web-Service-Using-PHP-Within-Minutes

于 2014-08-11T03:43:15.183 回答