Last active
August 18, 2022 18:54
-
-
Save vokiel/2c7542163428c8176095b6e164b9faef to your computer and use it in GitHub Desktop.
PHPStorm xdebug POST to REST with httpie from the cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo '{"id":8}' | http --verify=no POST https://service.dev/api/id Content-Type:application/json 'Cookie:XDEBUG_SESSION=PHPSTORM' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ohh thanks!
you saved my ass dude