Why do some webserver send immutable data to client and get it back to the server

0 votes
I recently came across a web application in which the server sends some piece of data to the client which cannot be directly seen or modified by the client. And then when the client sends a request or submits some data, the immutable data is sent back to the server. I don't understand the purpose of sending the data to client when the data had to be sent back to the server without modification.
Aug 22, 2019 in Cyber Security & Ethical Hacking by Jack
469 views

1 answer to this question.

0 votes

The main reason for this behavior is to increase the server's performance. When there's an interaction going on between a client and a server. There will be data that the server should take care of to keep track of the client. Storing this data on the server will decrease the performance and to avoid this, the data is sent to the client and is not modifiable.

Another reason could be that the web application is using different servers for different actions and this information is sent in order to share server details with other servers.

To know more join our Ethical Hacking Course today.

answered Aug 22, 2019 by Gemini

Related Questions In Cyber Security & Ethical Hacking

0 votes
1 answer
0 votes
1 answer

How to use Python to read block of data in txt file and convert it to structured data?

Okay, I understand. To extract structured data ...READ MORE

answered Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
856 views
+3 votes
1 answer

How to send the phishing link to friend?

The Social Engineer Toolkit (SET) is a ...READ MORE

answered Feb 6, 2020 in Cyber Security & Ethical Hacking by anonymous
1 flag 3,540 views
0 votes
1 answer
0 votes
1 answer
–1 vote
1 answer
0 votes
1 answer

How to modify indirectly visible data sent to client by user?

Yes, it is possible to modify this ...READ MORE

answered Aug 22, 2019 in Cyber Security & Ethical Hacking by Jimmy

edited Oct 7, 2021 by Sarfaraz 471 views
0 votes
1 answer

Is it possible to find technolgy name of a web application using session tokens?

If the web application uses web servers that ...READ MORE

answered Aug 22, 2019 in Cyber Security & Ethical Hacking by Kumar

edited Oct 7, 2021 by Sarfaraz 573 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP