issues
search
rburgst
/
okhttp-digest
a digest authenticator for okhttp
Apache License 2.0
190
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
#88 reduce logging level of auth failures from WARN to INFO
#89
ylexus
closed
3 weeks ago
0
WARN is too severe for the "Previous digest authentication with same nonce failed, returning null"
#88
ylexus
closed
3 weeks ago
4
Version 1.10 of published artifact is gone
#86
lstreepy
closed
3 months ago
6
fix:Session cookie not set
#85
0wei
closed
3 months ago
4
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is **java.lang.IncompatibleClassChangeError**: Expected static method okhttp3.internal.http.RequestLine.requestPath(Lokhttp3/HttpUrl;)Ljava/lang/String;
#84
pandurangnawale
closed
1 year ago
6
- permit to cache Proxy authentication, and to combine with website authentication
#83
clescot
closed
1 year ago
1
enhance configuration and testability of DigestAuthentication
#82
clescot
closed
1 year ago
0
Are the `com.burgstaller:okhttp-digest` artifacts hosted on any public repo?
#81
sidesho96
closed
1 year ago
6
Authentication fails if the site being accessed during proxy setup is HTTPS and digest authentication is used.
#80
raise-isayan
closed
1 year ago
4
Throw IOException instead of IllegalArgumentException
#79
Chewie69006
closed
1 year ago
1
Use UTF-8 in digest auth to allow special characters like umlauts
#78
SailReal
closed
2 years ago
1
Add charset in DigestAuthenticator constructor
#77
gmousset
closed
2 years ago
0
After putting app idle for some time it gives 401 issue for authorised request
#76
sayali-mane
closed
1 year ago
6
java.lang.NoSuchFieldError
#75
zipswich
closed
2 years ago
17
Send initial request with authentication header
#74
skogl
closed
1 year ago
6
How can I Set Realm and Client Nonce in ADVANCED of Authorization Digest Auth
#73
JustZK
closed
3 years ago
3
Latest 1.x version is not in Maven Central
#72
amuniz
closed
3 years ago
2
Jcenter closing in May
#71
Tolriq
closed
3 years ago
5
Copyright missing
#70
Castordera
closed
4 years ago
1
fix: Add null check for inputs to Credentials.java
#69
ahardewig
closed
4 years ago
0
How to use OkHttp 3.12.x which supports API level 9+ in okhttp-digest
#68
SailReal
closed
4 years ago
3
Failed to resolve: com.burgstaller:okhttp-digest:1.19
#67
emauro
closed
4 years ago
5
How to use UTF-8 in basic and digest access authentication
#66
SailReal
closed
4 years ago
7
Upgrade okhttp to 3.12.6
#65
emauro
closed
4 years ago
2
Http proxy with digest auth, error when server sends HTTP-301 redirect
#64
bdruemen
closed
4 years ago
2
Still getting 401 after Authentication Challenge
#63
zierka
closed
4 years ago
8
Authentication Cache Concurrent Modification Exception
#62
emauro
closed
4 years ago
3
Error code 401
#61
GreenSnakeLinux
closed
4 years ago
5
Fix for java.lang.NoSuchMethodError with okhttp 4.3.0
#60
alexeyvasilyev
closed
4 years ago
2
java.lang.NoSuchMethodError with okhttp 4.3.0
#59
alexeyvasilyev
closed
4 years ago
1
Explain how to run ProxyAuthenticationManualTest
#58
ghostbuster91
closed
4 years ago
4
IncompatibleClassChangeError using digest access authentication and latest OkHttp
#57
SailReal
closed
5 years ago
4
Handling of the escape character in Digest Authentication Flow
#56
mrunal-upadhyay
closed
4 years ago
2
Improve intendation.
#55
johnjohndoe
closed
5 years ago
0
DispatchingAuthenticator throws runtime exception
#54
yschimke
closed
6 years ago
1
Kotlinisation
#53
yschimke
closed
6 years ago
1
Avoid hardcoding CachingUtils.getCachingKey
#52
yschimke
closed
6 years ago
0
BasicAuthenticator should support a credentials lookup
#51
yschimke
closed
4 years ago
2
Does BasicAuthenticator.proxy cause a concurrency bug?
#50
yschimke
closed
4 years ago
5
Update DispatchingAuthenticator.java
#49
neher
closed
6 years ago
0
https
#48
houziershi
closed
6 years ago
1
Should throw exception and not retry when the request is not repeatable
#47
vivekmuniyandi
closed
4 years ago
3
Digest Authentication failing with Dispatching Authenticator
#46
emezias
closed
4 years ago
23
Problem with "previous basic authentication failed, returning null"
#45
SailReal
closed
6 years ago
15
havePreviousDigestAuthorizationAndShouldAbort() and Proxy
#44
bulldozer75
closed
6 years ago
2
Method havePreviousDigestAuthorizationAndShouldAbort ignores Proxy
#43
bulldozer75
closed
6 years ago
3
Method havePreviousDigestAuthorizationAndShouldAbort do not check nonce
#42
andrefrsousa
closed
6 years ago
2
Dynamically Change Credentials
#41
estebandres
closed
4 years ago
3
Update README.md to reflect versions beyond 1.15
#40
jamesajones
closed
6 years ago
6
okHttpClient.setAuthenticator(...); no such method
#39
jamesajones
closed
7 years ago
0
Next