dev-resources.site
for different kinds of informations.
HTTP Headers in API
Published at
12/23/2024
Categories
api
http
request
response
Author
sallbro
Main Article
Author
7 person written this
sallbro
open
http header are the field in http api request and response.
it is like setting up the address from and to in sending envelop to postman.
similarly http header are doing so.
*simple request header *
response header for same request
** some of build in header are **
- host
- path
- content-type and many other refer doc
_u can add own custom header. _
like req.setHeader("X-myname","sallbro");
it is best practise to add X before name of header to identify it is custom header.
response Article's
8 articles in total
important status code to be known as API developer
read article
HTTP Headers in API
currently reading
The Impact of API Response Time on Performance: What You Need to Know
read article
Getting data from resource responses before sending it to the client
read article
Always Return an Object - Why?
read article
ระบบ "เร็วพà¸" คืà¸à¹€à¸—่าไร
read article
HTTP status codes and their uses
read article
Top 5 Open-Source Incident Response Tools
read article
Featured ones: