Add Coustom Request Methods AND Body
Such as POST if you went add body , how dow did I to setting
Hi,
I don't understand what you want ?
Regards,
POST parameters
Do you have a case, an example to show me where this would be useful and in what circumstances ?
I'm just guessing, maybe sometimes post request will just return 404 with no parameters . As to whether it will affect headers in respond. It seems uncertain
Because you already have a check of the different methods, so I don't know if it's useful to add a feature for “full POST” 🤔
Sometimes, without a body, it may result in 403, 404, etc.
Different request methods return different headers. Different error responses might also be different. I wonder if the flexibility can be improved.Or perhaps it goes against the original intention of the tool because I don't know the specific original intention of the tool
mmmh... Have you some exemples to show me pls ?