Replies: 3 comments 4 replies
-
Hi, thanks for engaging with the project! Please use text in markdown code fences instead of screenshots. We require issues to start as discussions, so this will be transferred. |
Beta Was this translation helpful? Give feedback.
-
Many vulnerabilities are achieved by sending non-standard http requests. I hope httpx can provide a method to enable sending non-standard http requests, which will be more convenient when writing Proof of Concept python scripts. |
Beta Was this translation helpful? Give feedback.
-
There are various server implementations out in the wild. Perhaps httpx should accept a raw path (assumed to be url encoded) as an an alternative to normal path? |
Beta Was this translation helpful? Give feedback.
-
send http request by httpx
result:
send http request by curl
result:
Beta Was this translation helpful? Give feedback.
All reactions