📝 Question
#2328
Which of the following is not a good practice to create a standard URI for a web service?
✓
Correct Answer
C. Using spaces for long resource names
💡
Explanation
We must use hyphens (-) or underscores (_) instead of spaces to represent long resource names. It may lead to the resource to be less recognizable for the system if we use spaces instead.
⌨️ Press
A
B
C
D
to select