I m making an app with a friend. I have a server which supports PHP and MySQL which my app is based on.
因此,我们需要在作出这一努力时进行合作。
我们正在使用“梦想”和“NetBeans”和我们的电话。
The question is: Is it secure to put the app we are developing on the web while its under development, and what should we use to protect it from the outside world? Will Password Protected FTP be a good solution? or HTTP with a password protected folder?
I have seen there is a problem in HTTP protected folders. The login accepts a some other passwords too. Like if the password is helloworld123 and you login with helloworld it would accept and login?
SO I think HTTP will not be a good solution. And if it is then how should i make it more secure? So what should I use? FTP or HTTP? thanks...