Opened 4 years ago
Last modified 15 months ago
#52977 new defect (bug)
Consider using basic auth in https healh check.
Reported by: | peterwilsoncc | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Site Health | Keywords: | dev-feedback has-patch |
Focuses: | Cc: |
Description
If the WordPress dashboard is behind basic auth, in some checks the site health component will pass the authentication through to background HTTP requests (the wp-cron tests does this for example).
The https detection test does not do this, it would be worth discussing whether it should:
- always do this
- send a second request with basic auth if the first request fails
- something similar not listed here :)
Follow up to #52783.
Change History (3)
This ticket was mentioned in PR #5171 on WordPress/wordpress-develop by @Michi91.
15 months ago
#2
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
I think it'd be worth always doing this.