Not good HTTP in multiple-response-types example

Issue #818 resolved
Brian Campbell created an issue

The GET example in http://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#anchor5 is a little not correct.

The https scheme shouldn't be in there and the fqdn should be in the Host header. Just the path and query string come after GET.

Something more like:

GET /authorize?response_type=token%20id_token&blah=blah HTTP/1.1

Host: server.example.com

Comments (2)

  1. Log in to comment