.. _fiddler: Fiddler ======================================= Download and install Fiddler """""""""""""""""""""""""""""" Fiddler is a free web debugging proxy which logs all HTTP(s) traffic between your computer and the Internet. Use it to debug traffic from virtually any application that supports a proxy like IE, Chrome, Safari, Firefox, Opera and more. .. image:: /_static/img/fiddler-download.png :alt: Download Fiddler It can be particularly helpful for debugging and analysing requests generated by CMIS Workbench. **Download:** http://www.telerik.com/fiddler View requests and responses """"""""""""""""""""""""""" Fiddler exposes rich functionality to help you analyze web session caching, cookie and header properties in detail: http://www.telerik.com/fiddler/web-debugging .. image:: /_static/img/fiddler-inspect-response.PNG :alt: Inspect a request/response Compose requests """""""""""""""" With Fiddler web debugger you can manually build and send HTTP, HTTPS, and FTP requests. Alternatively, you can choose to clone a session from the web sessions list to the composer tab by using drag and drop: http://www.telerik.com/fiddler/web-session-manipulation .. image:: /_static/img/fiddler-compose-request.PNG :alt: Compose a request Export an archive """""""""""""""""""""""" Please include an exported Fiddler archive in any relevant support requests that are lodged. To retrieve the archive - Right click on the appropriate session - Click 'Save' - Click 'Selected Sessions' - Click 'in ArchiveZIP' .. image:: /_static/img/fiddler-export.PNG :alt: Export a fiddler request