Firstsawyou opened a new issue #3605:
URL: https://github.com/apache/apisix/issues/3605
### Issue description
Apisix and dashboard are separately deployed projects. If we want to proxy
access to dashboard through apisix, what should we do?
When I try to use the apisix proxy to access the dashboard, the dashboard
log shows the following 401 status code:
```
2021-02-18T19:36:32.230+0800 filter/ip_filter.go:87
/apisix/admin/tool/version_match {"status": 401, "host":
"127.0.0.1:9001", "query": "", "requestId":
"9b35366a-3eaf-4de1-8837-afe4bcd2f1fa", "latency": 0, "remoteIP":
"125.120.16.47", "method": "GET", "errs": []}
2021-02-18T19:36:34.074+0800 filter/ip_filter.go:87
/apisix/admin/tool/version_match {"status": 401, "host":
"127.0.0.1:9001", "query": "", "requestId":
"cbbe013b-ff97-4bee-9bdd-7d04cb725dfe", "latency": 0, "remoteIP":
"125.120.16.47", "method": "GET", "errs": []}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]