B4J Question Questions in REST API Server

alfaiz678

Active Member
Licensed User

aeric

Expert
Licensed User
Longtime User
in terms of security
It is a never ending story and no one bulletproof solution on security. You judge yourself whether it is sufficient for your use case.

requirements
For the former, it can be hosted on shared hosting. For the latter, it needs to be hosted on VPS as you need to run java app on the server.

For small or medium project, I don't think you need to worry at this stage.
 
Last edited:
Upvote 0

alfaiz678

Active Member
Licensed User
Well on this I will continue with the previous solution php*mysqli_query but are there any commandments in this solution to get some security
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
The php project above is very minimum. You can use my other project for better practices.
If you are comfortable with PHP, you can use other frameworks such as Laravel to handle security for you.

I recommend to use PDO compare to using mysqli.
 
Upvote 0

alfaiz678

Active Member
Licensed User
Thank you
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…