How to decode viewstate

前端 未结 11 1273
终归单人心
终归单人心 2020-11-28 04:45

I need to see the contents of the viewstate of an asp.net page. I looked for a viewstate decoder, found Fridz Onion\'s ViewState Decoder but it asks for the url of a page to

11条回答
  •  一整个雨季
    2020-11-28 05:36

    Use Fiddler and grab the view state in the response and paste it into the bottom left text box then decode.

提交回复
热议问题