Security concerns for Ajax using chrome inspect -
i making 1 website in form submitted using jquery ajax. have taken care of of security majors https, session cookie, encryption etc.
hence have minimised possibility of outside person sniffing or modify data transfer.
but there can valid registered user wants play havoc using chrome inspect element. can example create loop in calls jquery ajax post call.
can possible? how can avoid this? unable find better alternative & resort once again basic form post instead of ajax.
thanks.
anything present client side can messed with. user able modify front end code, , want it. why need server side validation.
if worried repeating post call, sounds worried dos attack guess?
your server configuration should set detect frequent requests same user , deny service it.
Comments
Post a Comment