我需要使用picasso或其他任何一个返回jsessionid的lib获取图像,该jsessionid带有响应标头,该响应标头在此代码的url上进行get请求:
val captcha = findViewById<View>(R.id.captcha_image) as ImageView
Picasso.get()
.load("https://sistemas.quixada.ufc.br/apps/sippa/captcha.jpg")
.into(captcha)
我尝试用加油机发出请求,但是我无法在imageview上显示验证码