+1 vote
in API Gateways by
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

1 Answer

0 votes
by

Correct answer is :- 304

304 is HTTP Status code means NOT MODIFIED.

...