caddyserver / forwardproxy

Forward proxy plugin for the Caddy web server
Apache License 2.0
582 stars 218 forks source link

Role of probe_resistance #104

Closed yyiwu closed 1 year ago

yyiwu commented 1 year ago

What is the domain name added after probe_resistance used for? Is it the domain name that is accessed only when the user name and password are incorrect?

mholt commented 1 year ago

It's a "secret link" that if you visit it, will prompt your client for authentication. It is needed if your client does not send authentication on its own.

yyiwu commented 1 year ago

It's a "secret link" that if you visit it, will prompt your client for authentication. It is needed if your client does not send authentication on its own. How do I access a Baidu domain name if it is added to probe_resistance

mholt commented 1 year ago

Typically you need to have control over the domain.

(Sorry, I am not much help there. You might want to get feedback from someone else who lives in China.)

yyiwu commented 1 year ago

通常,您需要控制域。

(抱歉,我帮不上什么忙。您可能想从住在中国的其他人那里获得反馈。)

Thank you very much for your answer