-
Which symbol is used when HTTP request does not apply to the particular source?
-
- ‘@’
- ‘#’
- ‘&’
- ‘*’
- None of these
Correct Option: D
When HTTP request does not apply to particular resource ‘*’ is used. It is applied to the server itself. This is only allowed when the used method is not necessarily applied to the resource. E.g. OPTIONS * HTTP/1.1