express-recaptcha icon indicating copy to clipboard operation
express-recaptcha copied to clipboard

Add `g-recaptcha-response` to req.headers.

Open iiewad opened this issue 2 years ago • 0 comments

Is there support for adding a g-recaptcha-response to the request header?

v*.ts
if(req.headers && req.headers['g-recaptcha-response']) response = req.headers['g-recaptcha-response'];

iiewad avatar Sep 06 '22 09:09 iiewad