HTTP/HTTPS basic access authentication test

This commit is contained in:
michael1589 2021-11-23 09:27:28 +08:00
parent 822289658b
commit 1ca6f7bd03
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
select * FROM url('https://guest:guest@jigsaw.w3.org/HTTP/Basic/','RawBLOB', 'a String');