Login
Remember
Register
Ask a Question
Which of the following HTTP Status code means NOT MODIFIED, used to reduce network bandwidth usage in case of conditional GET requests?
+1
vote
asked
Mar 2, 2022
in
API Gateways
by
DavidAnderson
Which of the following HTTP Status code means NOT MODIFIED, used to reduce network bandwidth usage in case of conditional GET requests?
A. 200
B. 201
C. 204
D. 304
api-gateways
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 2, 2022
by
DavidAnderson
Correct answer is :-
304
304 is
HTTP Status code means NOT MODIFIED.
...