quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Support authenticated proxy URLs

Open egao1980 opened this issue 7 years ago • 1 comments

Quicklisp bootstrap parse-url supports http://user:password@proxy:port URL scheme but the client code doesn't. We can just port the exising functions across the projects.

(ql-http:parse-urlstring "http://username:password@proxyhost:8080")

0: ((LABELS QL-HTTP::IN-PORT :IN QL-HTTP::PARSE-URLSTRING) #\R) Locals: CHAR = #\R 1: (QL-HTTP::PARSE-URLSTRING "http://username:password@proxyhost:8080")

egao1980 avatar Dec 19 '17 18:12 egao1980

Hi. PR is already exists. #80

Apply this patch to your local quicklisp, you can use new parse-url.

tamurashingo avatar Dec 25 '17 12:12 tamurashingo