issues
search
spring-cloud
/
spring-cloud-common-security-config
A common security infrastructure used by Spring Cloud Data Flow and the projects in its ecosystem
19
stars
32
forks
source link
Disable basic auth response for js clients
#80
Closed
jvalkeal
closed
4 years ago
jvalkeal
commented
4 years ago
Eassentially adding a common hack by checking if X-Requested-With header has value XMLHttpRequest and then just return 401 without WWW-Authenticate header.
Fixes #79
NOTE: will get tests on scdf
NOTE: will get tests on scdf