Bug? v6.8 with internal okhttp3 can not urlencode auto

icefairy333

Active Member
Licensed User
Longtime User
v6.8 with internal okhttp3 can not urlencode auto
urlencode.png
 

icefairy333

Active Member
Licensed User
Longtime User
You are talking about the user-agent. It was not clear at all in your previous posts.
Next time please don't post screenshots. Post the error message and code as text.

It is possible that OkHttp is more strict now. You will need to use StringUtils to encode the user agent.

sorry I mean the key(like Set-Cookie upper or lowwer case) and value of header in http request maybe and response,
sure it's the differents with okhttp :)
 
Top