Tools Sub Menu
Top  Previous  Next

Display tools sub menu that include some handy HTTP related tools.

·Tamper IE/Firefox ..., Show the Tamper control panel, User can tamper with HTTP requests, view and modify GET query parameters, HTTP/HTTPS headers and POST parameters from Internet Explorer 5+ and Firefox 3+ by using IE/Firefox tamper tool.  

·Request Builder, Show the HTTP Request Builder, Users can use it to handcraft an HTTP request, or they can use a drag-and-drop operation to move an existing request from the session grid to the Request Builder to execute it again.  

·JSON Viewer, show the JSON Viewer, the viewer simply shows a tree structure representation of the JSON format. Please refer to "http://www.json.org" to find more information about JSON.  

· AMF0/AMF3 Viewer, show the AMF0/AMF3 Viewer, the viewer shows a tree structure representation of the AMF0/AMF3 message in Flex so you can easily inspect the Flash Remoting requests and responses. Please refer to "http://osflash.org/documentation/amf" to find more information about AMF.  

·.Net View State Decode, show the .NET View State Decoder, the view state decoder for reading the hidden viewstate on an ASP.NET Page. The ViewState Decoder will display the hidden ViewState in a treeview, rawtext, or in XML format. Please refer to "http://msdn.microsoft.com/en-us/library/ms972976.aspx" to find more information about ASP.NET View state.  

·Text Encode/Decode, Show the Text Encode/Decode Dialog. Which includes URLEncode/URLDecode, HTMLEncode/HTMLDecode, Base64Encode/Base64Decode, BinHexEncode/BinHexDecode tools.  

·Clear IE Cache And Cookies, Empties the IE browser cache and clears all cookies  

·Clear Cache  

Unlike IE's clear tool, which clears all caches indiscriminately, while HTTP Analyzer's can selectively clear caches which are related with current HTTP/HTTPS sessions.  
 
·Clear All IE Cache: Empties the all IE browser cache.  
·Clear Cache for Recorded URLs: Clear cache files of all logged HTTP/HTTPS sessions.  
·Clear Cache for Selected URLs:Clear cache files of selected logged HTTP/HTTPS sessions.  
Note:Available if the application uses the Microsoft WININET API  

·Clear Cookie  
Unlike IE's clear tool, which clears all caches indiscriminately, while HTTP Analyzer's can selectively clear caches which are related with current HTTP/HTTPS sessions.  
 
·Clear All IE Cookies: Clears all session and stored cookies.  
·Clear All Session(In-Memory) Cookies : Clears all session cookies and starts a new browser session  
·Clear Cookie for All Recorded URLs: Clear cookies of all logged HTTP/HTTPS sessions.  
·Clear Cookie for Selected URLs:Clear cookies of selected logged HTTP/HTTPS sessions.  
 
Note:Available if the application uses the Microsoft WININET API