If you want to test a request on HTTP and get the request, with different security models, you can just use the following website:
https://httpbin.org/
you can also run it locally using Docker using the following command in the docker console:-
docker run -p 80:80 kennethreitz/httpbin
you can also test authentication requests using different methods like [basic-auth, bearer, digest-auth, and more]