mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
HTTP/HTTPS basic access authentication test
This commit is contained in:
parent
822289658b
commit
1ca6f7bd03
@ -0,0 +1 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">\n<html>\n <head>\n <title>Basic Authentication test page</title>\n<!-- Changed by: Yves Lafon, 22-Feb-1999 -->\n </head>\n\n<BODY BGCOLOR="white">\n<P>\n <A HREF=".."><IMG SRC="/icons/jigsaw" ALT="Jigsaw" BORDER="0" WIDTH="212"\n\t HEIGHT="49"></A><IMG SRC="/icons/jigpower.gif" WIDTH="94" HEIGHT="52" ALT="Jigsaw Powered !"\n\tBORDER="0" ALIGN="Right">\n \n<P>\n<HR>\n<P>Your browser made it!\n </body>\n</html>\n
|
1
tests/queries/0_stateless/02114_basic_acess_auth.sql
Normal file
1
tests/queries/0_stateless/02114_basic_acess_auth.sql
Normal file
@ -0,0 +1 @@
|
||||
select * FROM url('https://guest:guest@jigsaw.w3.org/HTTP/Basic/','RawBLOB', 'a String');
|
Loading…
Reference in New Issue
Block a user