WP-API / Basic-Auth

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

Working over ssl #43

Open zumrywahid opened 7 years ago

zumrywahid commented 7 years ago

I installed this plugin in a SSL installed worpdress. i am getting followng response.

{ "code": "rest_no_route", "message": "No route was found matching the URL and request method", "data": { "status": 404 } }

can you help me on this