Changes between Initial Version and Version 3 of Ticket #39224
- Timestamp:
- 10/25/2020 03:53:11 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39224
-
Property
Status
changed from
new
toclosed
-
Property
Type
changed from
defect (bug)
toenhancement
-
Property
Summary
changed from
Wordpress REST API and Authentication header
toAdd Authorization header compatibility workaround to default htaccess
-
Property
Milestone
changed from
Awaiting Review
to -
Property
Resolution
changed from
to
worksforme
-
Property
Status
changed from
-
Ticket #39224 – Description
initial v3 2 2 As per https://github.com/WP-API/WP-API/issues/2512 this was a known issue but it was decided to take no action - "just configure your server the right way". 3 3 But I wonder why not fix this issue by updating the default .htaccess to pass through the Authentication header? 4 The REST API allows a whole new level of interaction with wordpress based websites that was not possible before. However, most Word press Users do not even know what .htaccess is! So lacking the hability to make it work by just installing plugins kind of undermines the whole premise of the REST API.4 The REST API allows a whole new level of interaction with wordpress based websites that was not possible before. However, most WordPress Users do not even know what .htaccess is! So lacking the hability to make it work by just installing plugins kind of undermines the whole premise of the REST API. 5 5 The fix is described here: https://github.com/WP-API/Basic-Auth/issues/35