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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -