Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support authenticated proxy URLs #158

Open
egao1980 opened this issue Dec 19, 2017 · 1 comment
Open

Support authenticated proxy URLs #158

egao1980 opened this issue Dec 19, 2017 · 1 comment

Comments

@egao1980
Copy link

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")

@tamurashingo
Copy link

Hi.
PR is already exists. #80

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants