There's 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 want to know if I can change the data being sent to the server when the client makes the request.