HTTP request failed! HTTP/1.1 505 HTTP Version Not Supported error

前端 未结 6 2048
野趣味
野趣味 2020-12-07 01:27

I\'m trying to use file_get_contents() to get the response from a server and this error was encountered. Could someone tell me what is the reason and how to fix

6条回答
  •  猫巷女王i
    2020-12-07 01:57

    I was also facing this same issue.. later i found that while retrieving the results from mysql, Limit $count , $count was -ve. fixing that the url worked fine. There is some problem in url only, and its not a file_get_contents or http version issue..

提交回复
热议问题