博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to fix “HTTP Status Code 505 – HTTP Version Not Supported” error?--转
阅读量:7243 次
发布时间:2019-06-29

本文共 2103 字,大约阅读时间需要 7 分钟。

http://dotnetstock.com/technical/http-status-code-505-http-version-not-supported/

The reason for the error 505 is, the Web server does not support, or refuses to support, the HTTP protocol version specified by the client  in the HTTP request data stream sent to the server.Here let us see How to fix “HTTP Status Code 505 – HTTP Version Not Supported” error?

Why this error:

There will be mainly 3 reason for this error.

1. The request you are sending to the server from the client browser, it is not in the form which can be understand by the server.

2. A third-party product is interfering with Internet Explorer.
3. The HTTP 1.1 setting is enabled.

How to fix the error 505- HTTP Version Not Supported?

As a first step you just check the same url from an updated browser.

verify the HTTP request, whether this request contain any kind of junk character is there in your request, or any white spaces are creating the issue. To overcome this white space issue you can use the urlencode() function before calling the server.

If the issue is happening only in you browser, try this.

1. In Internet Explorer, click Internet Options on the Tools menu.

2. In the Internet Options dialog box, click the Advanced tab.
3. Click to clear the HTTP 1.1 check box, and then click OK.

4. Test to determine if the issue is resolved. If the issue is resolved, do not complete the remaining steps. If the issue is not resolved, go to the next step.

5. In Internet Explorer, click Internet Options on the Tools menu.
6. In the Internet Options dialog box, click the Advanced tab.
7. Click to clear the Show friendly HTTP error messages check box.
8. Try to view a Web page to reproduce the error message and to receive a new, more descriptive error message. This new error message may be similar to the following:
HTTP version not supported by program name.
Note the name of the program in this new error message.
9. The program name that you noted in step 8 may be the cause of this issue. Either remove this program, or contact the manufacturer of the program to inquire about the availability of a fix for this issue.

转载地址:http://jaybm.baihongyu.com/

你可能感兴趣的文章
深度了解git工具
查看>>
Integer cache -127 - 128
查看>>
如何拷贝一个wchar_t类型的字符串
查看>>
设计模式(观察者模式)
查看>>
对Promise中的resolve,reject,catch的理解
查看>>
NFS挂载异常 mount.nfs: Input/output error
查看>>
爬虫 Day03
查看>>
内存池的原理及实现
查看>>
phpqrcode生成动态二维码简单实例
查看>>
python-函数
查看>>
iOS的Mantle实战
查看>>
自动换行
查看>>
用例分析技术阅读笔记二
查看>>
Scrapy反爬
查看>>
(十三) 整合spring cloud云架构 - SSO单点登录之OAuth2.0 根据token获取用户信息(4)
查看>>
回流焊温度
查看>>
python 3
查看>>
并行与缓存的一些理解
查看>>
ibatis 开发中的经验 (三)Struts+Spring+Ibatis 开发环境搭建
查看>>
20175313 张黎仙《Java程序设计》第十周学习总结
查看>>