I am using Visual Studio 2010, Web test project. A web request has a property of html body which is encoded to base64 when it is saved to file system.
The problem is when I am trying to search for content of html body (that encoded in base64) in solution. Normal search won't search inside these strings. What is the best way to search, preferably using the VS2010 IDE? (macro, extension, some external tool...)
Example of xml file that I would like to search ins:
<StringHttpBody>tAC8AWQAiAA0ACgB9AA==</StringHttpBody>
I expect to get existence confirmation - does this base64 string contains some encoded word