为什么使用 rebol 读取此 url 时会出现此错误
http://www.informit.com/guides/content。 aspx?g=dotnet&seqNum=759
>> read http://www.informit.com/guides/content.aspx?g=dotnet&s
eqNum=759
connecting to: www.informit.com
** User Error: HTTP forwarding error: Scheme https for URL htt
ps://memberservices.informit.com/checkLogin.ashx?partner=53&r=
http%3a%2f%...
** Near: read http://www.informit.com/guides/content.aspx?g=do
tnet&seqNum=759
>>
Firefox 不会发生这种情况,是否可以“模拟”firefox?
http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=759
>> read http://www.informit.com/guides/content.aspx?g=dotnet&s
eqNum=759
connecting to: www.informit.com
** User Error: HTTP forwarding error: Scheme https for URL htt
ps://memberservices.informit.com/checkLogin.ashx?partner=53&r=
http%3a%2f%...
** Near: read http://www.informit.com/guides/content.aspx?g=do
tnet&seqNum=759
>>
This doesn't happen with Firefox, is it possible to "simulate" firefox ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
URL 正在转发到 HTTPS 页面。 Rebol/Core 和 Rebol/View 不支持 HTTPS 协议。
The URL is being forwarded to an HTTPS page. Rebol/Core and Rebol/View do not support the HTTPS protocol.
更新。 REBOL 版本 2.7.8 包含许多好东西。包括安全 HTTP。转发至 HTTPS 或从 HTTPS 转发。许多其他以前的高级实用程序现在包含在专有发行版中。
截至 2012 年 12 月 12 日,即开源 REBOL/3 的发布日期,情况发生了变化。
http://www.rebol.com/article/0519.html
[粉丝]
但即使 REBOL/3 打开,REBOL 2.7.8 仍然是一个非常强大、完善且高效的开发系统。免费使用。值得包含在所有个人和办公工具包中。
[/粉丝]
An update. REBOL release 2.7.8 includes many goodies. Secure HTTP included. Forward to and from HTTPS. Many other previously premium utilities now included in the proprietary distribution.
As of December 12, 2012, the release date of open source REBOL/3, things have changed.
http://www.rebol.com/article/0519.html
[fanboy]
But even with REBOL/3 open, REBOL 2.7.8 is a very powerful, polished and productive development system. Free to use. Worthy of inclusion in all personal and office toolkits.
[/fanboy]