BAEL-4674 - Basic Authentication in JMeter (#11882)

* BAEL-4674 - Basic Authentication in JMeter

Test plans & resources for article Basic Authentication in JMeter
Server classes to test basic auth against local server

* handled comments

* updated following feedback

Co-authored-by: Sebastien HARDEMAN <sebastien.hardeman@groupe-mma.fr>
This commit is contained in:
sebx59
2022-04-06 14:15:10 +02:00
committed by GitHub
parent eb4fd208af
commit 8cb2197c85
8 changed files with 718 additions and 0 deletions
+4
View File
@@ -33,6 +33,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>
<build>