"status code"
by "yehorovye"
status codes in http are used to indicate the status of a specific http request.
to make it easy:
- 2XX: good.
- doesn't start with "2": bad.
by "yehorovye"
status codes in http are used to indicate the status of a specific http request.
to make it easy: