javascript - How to avoid showing form data in http headers -


i submitting form using "post" method. but, submit form using "post" method, can see submitted form data in http headers. using live http headers plugin check headers. trying save secure info. if browser has "live http headers" plugin, 1 can trap data. so, if want hide submitted data in http headers also, need do?

if not possible hide submitted form data in http headers, mechanism follow encrypt data @ client side(so if data visible in http headers, in encrypted format. so, no 1 can understand) , decrypt , process data @ server side. totally blocked here.
please me out this. appreciate help. in advance.

there appears bit of confusion regarding how http post works. i'm assuming viewing headers in either client browser's debugger or on server. in case, data being sent should readable. client side debugger displays headers before encrypted , sent across wire.

on server, post data should available in unencrypted format.

what sent on internet encrypted, provided using https:// in form action instead of http://


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -