美文网首页
.Net Core 调用内部接口报错

.Net Core 调用内部接口报错

作者: Rinaloving | 来源:发表于2023-12-21 17:11 被阅读0次

    问题

    <html>
    <head>
    <title>500 Internal Privoxy Error</title>
    <link rel="shortcut icon" href="http://config.privoxy.org/error-favicon.ico" type="image/x-icon"></head>
    <body>
    <h1>500 Internal Privoxy Error</h1>
    <p>Privoxy encountered an error while processing your request:</p>
    <p><b>Could not load template file <code>no-server-data</code> or one of its included components.</b></p>
    <p>Please contact your proxy administrator.</p>
    <p>If you are the proxy administrator, please put the required file(s)in the <code><i>(confdir)</i>/templates</code> directory. The location of the <code><i>(confdir)</i></code> directory is specified in the main Privoxy <code>config</code> file. (It's typically the Privoxy install directory).</p>
    </body>
    </html>

    解决

    本地开了 VPN 导致的

    相关文章

      网友评论

          本文标题:.Net Core 调用内部接口报错

          本文链接:https://www.haomeiwen.com/subject/crhfndtx.html