> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.14.0/troubleshooting/client-side/how-to-access-the-browser-console-errors-and-failed-requests-in-the-network-tab.md).

# How to access the browser console errors and failed requests in the network tab?

This guide will help you to extract helpful information about errors from the browser console and network tabs. In this guide, we will use the Chrome browser. You can do the same steps using your browser.

1\. Open your web app or website which integrates the functionality of WebSpellChecker.

2\. Open the Chrome **DevTools**. Refer to the official guide [here](https://developers.google.com/web/tools/chrome-devtools/open).

3\. Select Console tab.

4\. Select Network tab and filter by requests to WebSpellChecker. Depending on the deployment option you selected, there might be different entry points to WebSpellChecker: SSRV component (ssrv.cgi) or AppServer.

* ssrv.cgi –> Headers

![](/files/nP1OChTO5zWbHIz9To7H)

* ssrv.cgi –> Response

![](/files/PSg709HbhV361Du9LDXG)

#### How to extract the HAR file <a href="#draft-howtoaccessthebrowserconsoleerrorsandfailedrequestsinthenetworktab-howtoextracttheharfile" id="draft-howtoaccessthebrowserconsoleerrorsandfailedrequestsinthenetworktab-howtoextracttheharfile"></a>

To provide the support team with the full info about the failed request from your network tab, export it as a HAR file.

* Select a failed request
* Click on Export HAR file
* Save the HAR file

![](/files/ktEtVgetkNNbhEoraGg0)

<br>
