CSRF protection techniques -
can point me information on how protect applications csrf?
any code related this.
i using extjs ui, java on backend , tomcat server.
thanks in advance.
yes, have simple solution has worked me. each post request, send sessionid in data via javascript (obtained cookie) , on server side needs check sessionid cookie , sessionid in data same every post request.
Comments
Post a Comment