HTTP Headers Checks

Serverless Application to check integrity of the headers of a given HTTP server

View on Github

Authdog Headers Check API

adg-hhc-ci

Prerequisites

  • yarn
  • node12

Get started

  • create a secret.yml file based on the secret.tpl.yml
  • install dependencies with yarn
  • start development server with yarn .

Test locally

    curl -X POST \
     -H "Content-Type: application/json" \
    --data '{"uri":"https://www.authdog.com"}' \
    http://localhost:5501/api/v1/headers/check