Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
451 views
in Technique[技术] by (71.8m points)

android - BasinNetwork.performRequest results "Unexpected response code 403 for"

I have this error:

Volley: [8918] BasicNetwork.performRequest: Unexpected response code 403 for

I'm trying to connect in the serve,r but I can't retrieve anything. When I tried it in a localhost server, it works perfectly.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Solution worked for me:
Check is that link works in browser.
If yes then, add Header User-Agent: "Mozilla/5.0" to your requests. Sending header example in Stackoverflow
Sory for my bad english


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...