G
G
GooInLove2017-03-05 18:30:44
Java
GooInLove, 2017-03-05 18:30:44

How to secretly pass parameters to a servlet using the get method?

It is necessary to send requests to the servlet using the GET method. The problem is that in this way the user will be able to see which parameter will be assigned what value and can simply pick up the parameter values, thereby causing an error. Question: how to pass parameters to a servlet invisibly?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
aol-nnov, 2017-03-05
@aol-nnov

can't be hidden in any way.
you must be prepared that the data from the client comes incorrect, in the wrong order, with brute force and so on and so forth.
all defense on the server.

B
bychok300, 2017-03-05
@bychok300

Well, if you process cases when a user can select parameters and forbid him to do this, is that not an option?

G
GavriKos, 2017-03-05
@GavriKos

Encrypt data, and transfer encrypted with one parameter. Though get, even post.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question