Schema should not allow path parameters abused as query parameter like this: ``` /Login?UserID={id}&Token={token}: ``` See real world example here: http://stackoverflow.com/a/32658501/650722