httpx icon indicating copy to clipboard operation
httpx copied to clipboard

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.

Results 160 httpx issues
Sort by recently updated
recently updated
newest added

In certain cases the `-jarm` flag can cause the program to hang. Debugging/stepping through the code-base will not result in a hang, hence it is clear that it is a...

Priority: Medium
Status: Completed
Type: Bug

### Please describe your feature request: Like https://github.com/projectdiscovery/nuclei/issues/2368, using [tlsx](https://github.com/projectdiscovery/tlsx) for tls connection and tls data collection. Related / Impacted feature: - `-tls-grab` (flag) - `-tls-probe` (flag) - `tls-grab` (json...

Priority: Low
Status: Completed
Type: Enhancement

### httpx version: v1.2.4 ### Current Behavior: csv file not utf8 with Bom ### Expected Behavior: Add utf8 with bom at the beginning of the csv file ### Steps To...

Priority: Low
Type: Bug

### Please describe your feature request: When `-irr` option is used with JSON output, the response header fields contain values for the response header that can be updated to make...

Priority: Low
Status: Completed
Type: Enhancement

### httpx version: Current dev HEAD. ``` commit 2654ffa1076c09f7edc8c1c5fa9f5f32ef83bdc7 (HEAD -> dev, origin/dev) ``` ### Current Behavior: ```console $ echo "https://example.com/hello" | ./httpx -H 'foo: bar' -H 'user-agent: curl/7.79.1' -debug-req...

Priority: Medium
Status: Completed
Type: Bug

## Description This PR attempts to fix #724 by lowering TLS max version to 1.2 when burp proxy is used

Type: Bug

Could not initialize protocols: could not create dialer: mkdir /tmp/hm4232307751: no space left on device create a lot of files on tmp

Type: Bug

Currently `httpx` only accepts input through piping or from a file. Adding a new option to accept a single input would be convenient in certain cases (e.g. debugging). ```yaml INPUT:...

good first issue
Priority: Low
Type: Enhancement

while scanning wide scope there are a lot of urls have the same base code so they have the same http response so it's time to let httpx exclude these...

Type: Enhancement

### Please describe your feature request: Similar to https://github.com/projectdiscovery/nuclei/issues/2358, dsl expression based matcher / filter condition can be supported on available [json keys named fields](https://github.com/projectdiscovery/httpx/issues/750). ```yaml -mdc, -match-condition string[] match...

Priority: Medium
Type: Enhancement