We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca30f0 commit 51f2db5Copy full SHA for 51f2db5
0x10-python-network_0/5-post_params.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
# This script sends a POST request to the passed URL, and displays the body of the response
3
-curl -sX POST "$1" -d "email: test@gmail.com" -d "subject: I will always be here for PLD"
+curl -sX POST "$1" -d "email=test@gmail.com&subject=I will always be here for PLD"
0 commit comments