JQuery Mobile Application Security Issues

I am building my first application using jquery mobile, which includes users entering information into a form, which is then stored in a sqlite database. I plan to deploy it using a phone call.

What measures should be taken to prevent malicious code from being entered into the form?

I can’t use server-side phone scripts if I understand correctly.

I know this is probably one of the pitfalls of coding an application this way ...

+3
source share
3 answers

, SQLite DB , , , - SQL-; , Google .

+1

Phonegap , JavaScript. , javascript, , ( )

0

You can use AJAX to check on the server side, just send all fields on top of the send, if the error displays what needs to be fixed, otherwise send

0
source

Source: https://habr.com/ru/post/1789855/


All Articles