java.io.IOException: Server returned HTTP response code: 500

后端 未结 6 2167
太阳男子
太阳男子 2020-12-14 19:04

I\'m facing this problem with Java. I want to get some HTML informations from a URL. This code was working for so long, but suddenly, it stopped working.

When I acce

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 19:44

    This Status Code 500 is an Internal Server Error. This code indicates that a part of the server (for example, a CGI program) has crashed or encountered a configuration error.

    i think the problem does'nt lie on your side, but rather on the side of the Http server. the resources you used to access may have been moved or get corrupted, or its configuration just may have altered or spoiled

提交回复
热议问题