WP-API / Basic-Auth

Basic Authentication handler for the JSON API, used for development and debugging purposes
767 stars 285 forks source link

is this working in wordpress 6.0? #75

Closed vinibgoulart closed 2 years ago

vinibgoulart commented 2 years ago

I updated the wordpress to new version and basic auth doesnt working anymore

im using basic auth and this headers: Authorization => Basic base64_encode(username : password)

Im reciving unauthorized response

medkhalilbk commented 1 year ago

Hello @vinibgoulart have you found a solution for that ?