How can I identify if a crumb is missing in a Postman request?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I identify if a crumb is missing in a Postman request?
Asked by:
62 Viewed 62 Answers

Answer (62)

Best Answer
(307)
Often, the 403 error message in Postman will explicitly mention the missing crumb. You can also inspect the request headers in Postman to see if a crumb header exists. If it's not present, that indicates the problem. Check the URL and the body of the request for any data that might be expected as a crumb.