0 votes
by (280 points)
What are headers in REST API?

1 Answer

0 votes
by (420 points)
The Cookie header contains the authenticated session ID that you obtained after creating a REST API session. Having this header with the session ID allows your subsequent requests to be authenticated. Without it, you will receive a 401 Unauthorized on any request attempt made.

Related questions

0 votes
1 answer
asked Nov 28, 2019 by response (300 points)
0 votes
1 answer
asked Nov 28, 2019 by headers (260 points)
0 votes
1 answer
asked Nov 28, 2019 by header (280 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2019 by headers (260 points)
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2019 by headers (260 points)
0 votes
1 answer
asked Nov 28, 2019 by encrypted (280 points)
0 votes
1 answer
...