Skip to content

add option to override fingerprint with * #4510

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

Closed
wants to merge 1 commit into from
Closed

add option to override fingerprint with * #4510

wants to merge 1 commit into from

Conversation

r-downing
Copy link

For some projects which make requests from a remote server that requires https, putting a fingerprint in the code is not an option because it may change at any moment.

This gives the ability to make https requests using a "" to intentionally override the fingerprint verification. Using the "" rather than omitting it completely makes it apparent that it is intentionally being overridden. While this may be slightly less secure in some cases, depending on the user's application it may also add a lot of functionality.

For example, http.begin("https://www.meethue.com/api/nupnp", "*");

@igrr
Copy link
Member

igrr commented Mar 13, 2018

Closing for the reasons described here: #3933 (comment)

@igrr igrr closed this Mar 13, 2018
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

Successfully merging this pull request may close these issues.

2 participants