npm install
npm start
The below examples shows how uMov.me's callback could be sent.
POST 'http://localhost:3000/callback/basic'
Headers:
'Content-Type: application/x-www-form-urlencoded'
Body: data='{ "history" : { "id": 1234567 } }'
POST 'http://localhost:3000/callback/basic'
Headers:
'Content-Type: application/x-www-form-urlencoded'
'Authorization : Basic ENCRIPTED_HASH'
Body: data='{ "history" : { "id": 1234567 } }'
POST 'http://localhost:3000/callback/mfa/xcsrf'
Headers:
'Content-Type: application/x-www-form-urlencoded'
'Authorization : Basic ${ENCRIPTED_HASH}'
'x-csrf-token : ${XCSRF_TOKEN}'
Body: data='{ "history" : { "id": 1234567 } }'