am getting redirect issue on volley can any one he...
# android
s
am getting redirect issue on volley can any one help me?
g
if it’s not related to Kotlin better to create question on StackOverflow
👍 1
s
acutly am also creat a questin on StackOverflow but unfoutunatly am not getting proper answer
can you solve my issue
g
maybe you should describe your issue first
s
thanks
i want to create login form uisng GET method using volley but after running the program am geeting [168596] BasicNetwork.performRequest: Unexpected response code 302
did you got my point?
g
You should follow http redirects
I don’t use volley, so not sure how to do that, probably you should configure component that used by volley for http httpurlconnection or okhttp, depending on your configuration
or you can try to avoid redirect, if it’s possible