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

后端 未结 6 2168
太阳男子
太阳男子 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:51

    The problem must be with the parameters you are passing(You must be passing blank parameters). For example : http://www.myurl.com?id=5&name= Check if you are handling this at the server you are calling.

提交回复
热议问题