java.io.IOException: Server returned HTTP response code: 403 for URL

前端 未结 5 1136

I want to download the mp3 file from url : \"http://upload13.music.qzone.soso.com/30671794.mp3\", i always got java.io.IOException: Server returned HTTP response code: 403 f

5条回答
  •  时光取名叫无心
    2020-12-13 10:54

    The problem is given by the Status code. 403 means actually "Forbidden" and implies The request was denied for a reason the server does not want to (or has no means to) indicate to the client.

    the problem lies at the server-side.

提交回复
热议问题