-ss
flag does not support custom header input with -H
option
#1784
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
httpx version: v1.6.5
v1.6.5 YesCurrent Behavior:
Suppose I use the below command to take screenshot, the SS generated shows login page instead of for example logged in dashboard.
httpx -l done.txt -title -status-code -H "Cookie:xyz" -mc 200 -ss
Expected Behavior:
Ideally , since i supply cookies in headers and also get valid 200 response in the reponse back, httpx should take screenshot of that page rather than headless chromium taking screenshot of login page.
Steps To Reproduce:
Example: steps to reproduce the behavior:
where done.txt may have example.com which has logged in dashboard if we supply cookes in headers like auth token. So -ss should take screenshot of logged in view not , login page.
Anything else:
The text was updated successfully, but these errors were encountered: