retryablehttp-go icon indicating copy to clipboard operation
retryablehttp-go copied to clipboard

Fallback mechanism to native headless

Open Mzack9999 opened this issue 2 years ago • 0 comments

Please describe your feature request:

The library should be able to fallback executing the net.http request within a headless context and parse back the result into a valid net.http response.

Describe the use case of this feature:

  • Edge cases related to ciphers/TLS
  • The response would be a valid rendered DOM

Related: https://github.com/projectdiscovery/headlesshttp

Mzack9999 avatar Dec 09 '22 12:12 Mzack9999