본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] Volley java.io.IOException: Received authentication challenge is null

by 돼지왕 왕돼지 2013. 8. 1.
반응형


 안드로이드, Volley library 

java.io.IOException: Received authentication challenge is null

 


[android] Volley java.io.IOException: Received authentication challenge is null


Volley library 를 사용하는데 위와 같은 메세지가 나오는 문제가 자꾸 발생한다.
그 이유를 분석해보니 Volley 에서는 200, 204 ( No Content ) 를 제외한 모든 response code 를 error 로 치부한다.

저 에러는 authentication 에 관련된 403 response code 가 왔을 때 volley 가 뿜어내는 error 이다.
그러니 403 이 발생하지 않도록 하면 되는 것.

구글링 하다 보니 Timestamp 에 문제가 발생하면 서버쪽에서 403 에러코드를 return 하는 경우가 많다고 한다. 즉 request 하는 쪽 단말 혹은 컴퓨터의 timestamp 가 server 와 다를 경우 이런 현상이 발생할 수도 있다는 것.

도움이 되었길~



반응형

댓글