You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: Unexpected char 0x20 at 0 in header name: script-src 'self' 'unsafe-inline' 'unsafe-eval' dc.crsorgi.gov.in csi.gstatic.com www.google.com localhost.emudhra.com
at okhttp3.Headers$Companion.checkName(Headers.kt:441)
at okhttp3.Headers$Companion.access$checkName(Headers.kt:362)
at okhttp3.Headers$Builder.addUnsafeNonAscii(Headers.kt:270)
at rxhttp.wrapper.cache.CacheManager$Entry.addUnsafeNonAscii(CacheManager.java:519)
at rxhttp.wrapper.cache.CacheManager$Entry.(CacheManager.java:477)
at rxhttp.wrapper.cache.CacheManager.get(CacheManager.java:124)
at rxhttp.wrapper.cache.CacheManager.access$000(CacheManager.java:56)
at rxhttp.wrapper.cache.CacheManager$1.get(CacheManager.java:67)
at rxhttp.wrapper.intercept.CacheInterceptor.getCacheResponse(CacheInterceptor.
The text was updated successfully, but these errors were encountered:
测试链接: https://dc.crsorgi.gov.in/crs/verifyCertificate?id=
请求header里没有额外参数, 应该是响应头的header里带了非Ascii字符, 导致构造返回时出问题了
java.lang.IllegalArgumentException: Unexpected char 0x20 at 0 in header name: script-src 'self' 'unsafe-inline' 'unsafe-eval' dc.crsorgi.gov.in csi.gstatic.com www.google.com localhost.emudhra.com
at okhttp3.Headers$Companion.checkName(Headers.kt:441)
at okhttp3.Headers$Companion.access$checkName(Headers.kt:362)
at okhttp3.Headers$Builder.addUnsafeNonAscii(Headers.kt:270)
at rxhttp.wrapper.cache.CacheManager$Entry.addUnsafeNonAscii(CacheManager.java:519)
at rxhttp.wrapper.cache.CacheManager$Entry.(CacheManager.java:477)
at rxhttp.wrapper.cache.CacheManager.get(CacheManager.java:124)
at rxhttp.wrapper.cache.CacheManager.access$000(CacheManager.java:56)
at rxhttp.wrapper.cache.CacheManager$1.get(CacheManager.java:67)
at rxhttp.wrapper.intercept.CacheInterceptor.getCacheResponse(CacheInterceptor.
The text was updated successfully, but these errors were encountered: