spring mvc - SpringMVC: Passing value over URL Securely -


i saw can not pass values using post method due security reason. question

is there other better , secure process that? no 1 can see passwords or values on url.

actually post method use submit form , parameters not pass through url. if need submit form should use same. if want pass values can use sessions,cookies,etc.

get - requests data specified resource

post - submits data processed specified resource


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -