Response Tab

After you click Send in the Request tab, you will get a response from the web server.

There are three ways to view a response:

  • Raw: Response is presented in raw text

  • Parsed: List of links extracted from the HTML in the response, and SSL information

  • Browser: Response is shown in a web browser

    Note:

    Only the actual response that was sent by the web server is presented in the browser. Redirections, images, and CSS are not requested automatically.

In raw view, you have the option to search for text in the response. In the text box at the bottom of the window, enter a regular expression (for example: "[a-z0-9]@" to find an email) and then click Search.

Check Case Insensitive to make the pattern match both upper- and lower-case letters.