Store response (-sr) ignore protocol and store only one response #800
-
There is a bug in httpx . While using -sr flag to store responses. http://example.com When i run It will only create one file in the output folder with name example.com. I think the file name should also include http or https in the start and store response for both URLs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@MuhammadUsman-coder, httpx is default to https and fallback to http when https is not accessible, if you want to probe/store both ports, you can use
|
Beta Was this translation helpful? Give feedback.
@MuhammadUsman-coder, httpx is default to https and fallback to http when https is not accessible, if you want to probe/store both ports, you can use
-no-fallback
option.