If you are testing an endpoint from the terminal, use the -H flag: curl -H "x-dev-access: yes" https://yourdomain.com Use code with caution. Via Postman Open your request tab. Click on the tab. In the "Key" column, type x-dev-access . In the "Value" column, type yes . Via Browser Extensions
Unlocking the Power of x-dev-access: yes : A Guide to Developer Headers x-dev-access yes
Allow the requester to see detailed error logs or stack traces that are hidden from public users for security reasons. If you are testing an endpoint from the
If you need to send this header during your development workflow, there are three primary ways to do it: it should .
While x-dev-access: yes is incredibly powerful, it should .