Comment on Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIsComments−jwong_4yReally neat! Gives me an idea on using something like this to generate e.g., CURL commands to mimic SSO flows.Even just documenting an SSO flow as a diagram would be quite neat.−john-tells-all4yNote that for single resources, Chrome/Edge can do this now. There's a semi-hidden "copy this resource as Curl" option:https://everything.curl.dev/usingcurl/copyas#:~:text=From%20....When it works, it's effing magic! Spectacular for very quickly knocking out Bash scripts that test multiple APIs.
Comments
Really neat! Gives me an idea on using something like this to generate e.g., CURL commands to mimic SSO flows.
Even just documenting an SSO flow as a diagram would be quite neat.
Note that for single resources, Chrome/Edge can do this now. There's a semi-hidden "copy this resource as Curl" option:
https://everything.curl.dev/usingcurl/copyas#:~:text=From%20....
When it works, it's effing magic! Spectacular for very quickly knocking out Bash scripts that test multiple APIs.