rest-api-console icon indicating copy to clipboard operation
rest-api-console copied to clipboard

Mixed content error when admin is HTTPS and site is HTTP

Open petenelson opened this issue 9 years ago • 1 comments

When the admin is being viewed as HTTPS but the site is HTTP, the browser is unable to access the API.

image

Had the same issue with my logging plugin: https://github.com/petenelson/wp-rest-api-log/commit/9779f7989b13aaf43f0cd5f47097a18c8623f46f

petenelson avatar Jul 16 '15 19:07 petenelson

This is a fundamental problem with the REST API and mixed protocols. See https://github.com/WP-API/WP-API/issues/259

johnbillion avatar Oct 14 '15 15:10 johnbillion