Hi team and zap users :D
I have a small question, is there a any way can i include HTTP Raw Request to ZAP?
Of course, I know ZAP can similar include it as an "include OpenAPI definition". However, I wonder if there is a way to include a single HTTP Raw Requset in ZAP 🤔
e.g (HTTP Raw Requset)
====
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
====
GET seems to be possible to some extent with API requests, but other method(e.g POST)s are difficult.
If you know how to do it, please help me! If there's nothing, I'll use the 3rd party tool(e.g httpie, curl) to deliver it to the ZAP Proxy port in the last way 😭