WordPress/wp-includes/rest-api
John Blackbourn f7f5b64a7e Force the REST API URL to use https for its scheme when the current request is served over HTTPS and the host name matches that of the REST API URL.
This allows sites to use an admin area over HTTPS with the front end over HTTP, and not end up with a cross-protocol problem when using the REST API URL in the admin area.

Fixes #34299

Built from https://develop.svn.wordpress.org/trunk@35342


git-svn-id: http://core.svn.wordpress.org/trunk@35308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-10-21 20:38:50 +00:00
..
class-wp-rest-request.php
class-wp-rest-response.php
class-wp-rest-server.php
rest-functions.php Force the REST API URL to use https for its scheme when the current request is served over HTTPS and the host name matches that of the REST API URL. 2015-10-21 20:38:50 +00:00