User Profile Controller (Combined Auth)
Request without authentication should redirect
Path: /mv/testgame
Method: GET
Example Http Request
GET /mv/testgame HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 302 Found
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: SAMEORIGIN
Location: /info/testgame
Example Curl Request
$ curl 'http://localhost:8080/mv/testgame' -i -X GET
User Profile Controller (Combined Auth)