A
A
Anton Ivanov2015-06-02 05:32:45
JavaScript
Anton Ivanov, 2015-06-02 05:32:45

Checking GET fields with a request over SSL?

Hello.

The client fills out a form.
It is necessary to constantly check the correctness of filling in the fields in the background. Q
Is there any danger in making this a GET request? The form fields can contain the client's payment information, including card number, CVV code, and so on.

I understand that in this case, with a GET request, you can get all these fields and SSL is not a helper here, but inside me something accustomed to the "POST = new record" paradigm protests against the POST request :)

I probably want more I was reassured and told that in this case it is necessary to use POST and this is without options :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Koltcov, 2015-06-02
@Fly3110

Why is SSL not a helper?
With an https request, everything after the domain name is encrypted, including the GET parameters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question