+ 1
Is using GET. In form creates a vulnerability
is it easy for attackers to get our data when we are using GET.
3 Antworten
+ 2
Yes . Remember POST requests only doesn’t make your site safe. Your data will still be vidible. without encryption.
+ 1
When you use GET method the values are shown in the URL of your request thus making it vulnerable to theft.
+ 1
use POST instead so the server is able to process the data. And of course use https