1. Good URI Design
Which of the following rules should be followed to design a good URI
Pick ONE OR MORE options
URIs should never be changed
URIs must be constructed by the client
URIs should be short in length
URIs should be case-sensitive
HTTP verbs should be used instead of operation names in URIS
Use spaces when designing a URI
Redirection must be used if a change in URI is required
Answers
Answered by
138
Answer:
all the rules are applied to design a good URL
Answered by
55
Good URI Design URIs should be short in length, HTTP verbs should be used instead of operation names in URIS,URIs should never be changed
Explanation:
- The URI must be unique in order for it to be a one-to-one match one URI per data object.
- URIs should be persistent as well . choose the URI once and leave it at that.
- This demonstrates the importance of thorough URI design before to the launch of a website.
- A URI consists of a scheme such as http and https a host , a port number followed by a path with one or more segments such as /users/1234 , and a query string.
Similar questions