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

lmc_http_get with http basic auth #6

Open
Autom3 opened this issue Aug 29, 2016 · 4 comments
Open

lmc_http_get with http basic auth #6

Autom3 opened this issue Aug 29, 2016 · 4 comments

Comments

@Autom3
Copy link

Autom3 commented Aug 29, 2016

Would it be possible to add http basic auth support?

I would need something along the lines of:
lmc_http_get("http://user:password@example.com")

Thanks in advance

@me2d13
Copy link
Owner

me2d13 commented Aug 30, 2016

Can be in my todo list but there are more important things...

@Autom3
Copy link
Author

Autom3 commented Aug 30, 2016

Yep no problem, I tried adding it myself, but I lack knowledge of how this whole project works. Thanks!

@quirinux
Copy link

Not really sure how Lazarus pascal works, but an option is using libcurl if there is no way to do it easily, I'm suppose it couldn't be the beast approach injecting an external dependency but libcurl has been used for decades now, so it's pretty stable

@mileso
Copy link

mileso commented Mar 28, 2018

I am planning an adding some options to the http server for myself (e.g. being able to return binary data in addition to strings). I'm not promising anything but I'll look into adding this as well.

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

No branches or pull requests

4 participants