Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51646 closed task (blessed) (fixed)

Add Authorization headers support to core wp-env

Reported by: clorith's profile Clorith Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.6 Priority: normal
Severity: normal Version: 5.3
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

The current nginx configuration bundled with core doesn't allow for basic auth to be passed from nginx to PHP.

With the introduction of application passwords, let's make sure those can be used when testing core as well.

Change History (2)

This ticket was mentioned in PR #668 on WordPress/wordpress-develop by Clorith.


4 years ago
#1

  • Keywords has-patch added

#2 @SergeyBiryukov
4 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 49336:

Build/Test Tools: Add Authorization headers support to local-env.

This ensures that basic authorization is passed from nginx to PHP.

Props Clorith.
Fixes #51646.

Note: See TracTickets for help on using tickets.