WP-API / docs-v2

Documentation for version 2 of the API
http://v2.wp-api.org
58 stars 71 forks source link

Capture magical behavior of /users/me #10

Open danielbachhuber opened 9 years ago

danielbachhuber commented 9 years ago

Users are confused why 301 redirects cause problems for whatever client they're using.

See https://github.com/WP-API/WP-API/issues/1165, https://github.com/WP-API/WP-API/issues/1093

rmccue commented 9 years ago

This is anything that could redirect or otherwise interrupt requests. We should recommend users pass ?_envelope when dealing with "untrusted" HTTP clients and handle the responses themselves.