You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
1. Which version of Caddy are you using (
caddy -version
)?Caddy v1.0.0 (h1:KI6RPGih2GFzWRPG8s9clKK28Ns4ZlVMKR/v7mxq6+c=)
2. What are you trying to do?
I can’t verify after using the filter on my website, directly prompting 401 Unauthorizd, no dialog box. And I don’t want to delete the verification, thank you.
https://caddy.community/t/help-me-about-filter-problem-thanks/5886
3. What is your Caddyfile?
4. Please paste any relevant HTTP request(s) here.
-------------------with filter---------------------
HTTP/1.1 401 Unauthorized
Content-Type: text/plain; charset=utf-8
Server: Caddy
X-Content-Type-Options: nosniff
Date: Thu, 27 Jun 2019 00:43:54 GMT
Content-Length: 17
-------------------------After remove the filter--------------------
HTTP/1.1 401 Unauthorized
Content-Type: text/plain; charset=utf-8
Server: Caddy
Www-Authenticate: Basic realm=“Restricted”
X-Content-Type-Options: nosniff
Date: Thu, 27 Jun 2019 01:21:20 GMT
Content-Length: 17
The text was updated successfully, but these errors were encountered: