-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Creating HTTP Server with Basic Authentication (IDFGH-3720) #5646
Labels
Type: Feature Request
Feature request for IDF
Comments
github-actions
bot
changed the title
Creating HTTP Server with Basic Authentication
Creating HTTP Server with Basic Authentication (IDFGH-3720)
Jul 26, 2020
@MihirShahLNM
and call it in start_webserver function:
|
Thanks. Let me check. |
This is only available in master, in release/4.2 branch: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to create an HTTP server (or HTTPS), with basic authentication (username & password). I do not want to use Open-SSL Certification.
I get examples to connect as an HTTP Client with basic authentication...
As I investigated further with structure of "httpd_config_t" .........
I think "open_fn" can help, but don't know how.
Can anyone help me create an HTTP server with Username & Password as authentication method.
The text was updated successfully, but these errors were encountered: