开发者

Is there any way of decoding all of that ViewState garbage that ASP.NET applications pass to the front end?

开发者 https://www.devze.com 2023-01-16 06:36 出处:网络
For instance I was looking at the request from a asp.net application and it passes a view state form variable when the form is submitted that looks like this:

For instance I was looking at the request from a asp.net application and it passes a view state form variable when the form is submitted that looks like this:

__VIEWSTATE:/wEPDwUJMzc4ODIxMTU4D2QWAgIBD2QWCgICDxYCHgRUZXh0BQVlbi1VU开发者_运维技巧2QCBA9kFgICAQ8WAh4JaW5uZXJodG1sBTlDV0RTIC0gQ2VydGlmaWVkIFRBQS9XSUEgVHJhaW5pbmcgUHJvZ3JhbXMvUHJvdmlkZXJzIExpc3RkAg4PFgIeBXN0eWxlBSRWSVNJQklMSVRZOmhpZGRlbjtwb3NpdGlvbjphYnNvbHV0ZTtkAhAPDxYCHgtOYXZpZ2F0ZVVybGVkZAISD2QWDAIBD2QWAgIBD2QWIAIBDw8WAh8DBSh 


There are several viewstate decoders out there. For example: http://sourceforge.net/projects/viewstate/

0

精彩评论

暂无评论...
验证码 换一张
取 消