# \*.local requests do not appear on Proxyman

### 1. Problem

* All requests are presented on Proxyman properly, except for some local requests (`*.local` or `localhost`)

### 2. Solution

* If it's `localhost` request, please read the following pages

{% content-ref url="/pages/-M5khYzInylx1Q188eql" %}
[I could not see any requests from my localhost server](/troubleshooting/couldnt-see-any-request-from-localhost-server.md)
{% endcontent-ref %}

* If it's `*.local` request:

Open **System Preference** -> **Network** -> **Wifi** -> **Proxies** tab -> Remove `*.local` in the Bypass List in both Web Proxy (HTTP) and Secure Web Proxy (HTTPS)

![](/files/-M5oM64S9mIFkXKI1EHP)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxyman.com/troubleshooting/.local-doesnt-appear-in-proxyman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
