What is the exact response structure for HTTP status code 300 (Multiple Choices)?
问题 When a user clicks a link to a drawing on my site http://mysite.com/some-drawing , I would like my server to respond with status code 300 and two resource locations: http://mysite.com/some-drawing.png and http://mysite.com/some-drawing.myapp , and have the client browser decide automatically which one to use, based on its capabilities: If MyApp is installed on the user's machine, then the browser should download the *.myapp version and use MyApp to display it. However, if MyApp is not