ssrf-req-filter icon indicating copy to clipboard operation
ssrf-req-filter copied to clipboard

Module to prevent SSRF when sending requests in NodeJS. Blocks request to local and private IP addresses

Results 3 ssrf-req-filter issues
Sort by recently updated
recently updated
newest added

Axios does support http proxy when https connection while `manageConnection` enforces http proxy for http connection and https proxy for https connection. example ```javascript const axios = require('axios'); const url...

I have a concern that the DNS rebinding test may be ambiguous in asserting the correct response. In the rebinding test it appears that the code sets `check = 1`...

tests

Is there any type file for 'ssrf-req-filter' module? I am getting this error "Could not find a declaration file for module 'ssrf-req-filter'"