开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 586|回复: 6
收起左侧

[易语言] 网页_访问S问题

[复制链接]
结帖率:20% (2/10)
发表于 2019-12-31 21:29:57 | 显示全部楼层 |阅读模式   广东省汕尾市
5精币
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: The requested URL could not be retrieved</title>
<style type="text/css"><!--
/*
* Copyright (C) 1996-2016 The Squid Software Foundation and contributors
*
* Squid software is distributed under GPLv2+ license and includes
* contributions from numerous individuals and organizations.
* Please see the COPYING and CONTRIBUTORS files for details.
*/

/*
Stylesheet for Squid Error pages
Adapted from design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Page basics */
* {
        font-family: verdana, sans-serif;
}

html body {
        margin: 0;
        padding: 0;
        background: #efefef;
        font-size: 12px;
        color: #1e1e1e;
}

/* Page displayed title area */
#titles {
        margin-left: 15px;
        padding: 10px;
        padding-left: 100px;
        background: url('/squid-internal-static/icons/SN.png') no-repeat left;
}

/* initial title */
#titles h1 {
        color: #000000;
}
#titles h2 {
        color: #000000;
}

/* special event: FTP success page titles */
#titles ftpsuccess {
        background-color:#00ff00;
        width:100%;
}

/* Page displayed body content area */
#content {
        padding: 10px;
        background: #ffffff;
}

/* General text */
p {
}

/* error brief description */
#error p {
}

/* some data which may have caused the problem */
#data {
}

/* the error message received from the system or other software */
#sysmsg {
}

pre {
    font-family:sans-serif;
}

/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}

/* horizontal lines */
hr {
        margin: 0;
}

/* page displayed footer area */
#footer {
        font-size: 9px;
        padding-left: 10px;
}


body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
--></style>
</head><body id=ERR_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>The requested URL could not be retrieved</h2>
</div>
<hr>

<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a >http://authserver.mojang.com/authenticate</a></p>

<blockquote id="error">
<p><b>Access Denied.</b></p>
</blockquote>

<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>

<p>Your cache administrator is <a href="mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_ACCESS_DENIED&amp;body=CacheHost%3A%20modvm-chaichanasailee-p7%0D%0AErrPage%3A%20ERR_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2031%20Dec%202019%2013%3A28%3A59%20GMT%0D%0A%0D%0AClientIP%3A%20119.134.155.101%0D%0A%0D%0AHTTP%20Request%3A%0D%0APOST%20%2Fauthenticate%20HTTP%2F1.1%0AContent-Type%3A%20application%2Fjson%0D%0AAccept%3A%20*%2F*%0D%0AUser-Agent%3A%20Mozilla%2F5.0%20(compatible%3B%20MSIE%2010.0%3B%20Windows%20NT%206.2)%0D%0AProxy-Connection%3A%20Keep-Alive%0D%0AContent-Length%3A%2099%0D%0AHost%3A%20authserver.mojang.com%0D%0A%0D%0A%0D%0A">webmaster</a>.</p>
<br>
</div>

<hr>
<div id="footer">
<p>Generated Tue, 31 Dec 2019 13:28:59 GMT by modvm-chaichanasailee-p7 (squid/3.5.23)</p>
<!-- ERR_ACCESS_DENIED -->
</div>
</body></html>
这个怎么办,求解


回答提醒:如果本帖被关闭无法回复,您有更好的答案帮助楼主解决,请发表至 源码区 可获得加分喔。
友情提醒:本版被采纳的主题可在 申请荣誉值 页面申请荣誉值,获得 1点 荣誉值,荣誉值可兑换荣誉会员、终身vip用户组。
快捷通道:申请荣誉值无答案申请取消悬赏投诉有答案未采纳为最佳

结帖率:67% (2/3)

签到天数: 11 天

发表于 2019-12-31 21:32:09 | 显示全部楼层   贵州省黔南布依族苗族自治州
换网页_访问、网页_访问_对象
回复

使用道具 举报

结帖率:20% (2/10)
 楼主| 发表于 2019-12-31 21:35:47 | 显示全部楼层   广东省汕尾市
小情缘 发表于 2019-12-31 21:32
换网页_访问、网页_访问_对象

换成之后就返回空,用代理访问的
回复

使用道具 举报

结帖率:100% (68/68)

签到天数: 2 天

发表于 2020-1-1 02:22:41 高大上手机用户 | 显示全部楼层   山东省菏泽市
添加,协yi头,cookie,都给他补全了,一般就没问题了。
回复

使用道具 举报

结帖率:91% (21/23)
发表于 2020-1-1 02:29:46 高大上手机用户 | 显示全部楼层   福建省福州市
确定访问方式没选择错的情况下,补充协yi头,cookie,还不行的话推荐用网页访问对象
回复

使用道具 举报

结帖率:20% (2/10)
 楼主| 发表于 2020-1-1 11:45:40 高大上手机用户 | 显示全部楼层   广东省汕尾市
故事很撩人 发表于 2020-1-1 02:29
确定访问方式没选择错的情况下,补充协yi头,cookie,还不行的话推荐用网页访问对象

我用的luminati的代理
回复

使用道具 举报

结帖率:20% (2/10)
 楼主| 发表于 2020-1-1 11:48:33 高大上手机用户 | 显示全部楼层   广东省汕尾市
trrz 发表于 2020-1-1 02:22
添加,协yi头,cookie,都给他补全了,一般就没问题了。

我用的luminati的代理
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 诚聘英才| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 800073686,邮箱:800073686@b.qq.com
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表