javascript - 200 status for dynamic, ajax driven content
one text
Solution:
If you make any HTTP request, and that HTTP request is executed successfully, you generally always return 200.
There are some special cases where you should use one of the other 2xx statuses, but under normal circumstances a successful GET request should return 200 OK.