summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-03 17:26:19 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-03 17:26:19 -0600
commit5d0055bd6f9cecda0b96d61a25118c989c4b44ff (patch)
tree964ba86783cdebd2a5d26b00da30f925d86a5e9d
parentb3247ff834b428e7d33745ee8587158d6c05f0a3 (diff)
Add domain to json payload
-rw-r--r--requests.http5
1 files changed, 3 insertions, 2 deletions
diff --git a/requests.http b/requests.http
index 9796ad5..52ecad4 100644
--- a/requests.http
+++ b/requests.http
@@ -1,6 +1,7 @@
-POST http://localhost:5000/what-a-good-post/comments
+POST http://localhost:5000/what/a/good/post/comments
Content-Type: application/json
{
"email": "awesome@example.org",
- "content": "This is a comment"
+ "content": "This is a comment",
+ "domain": "localhost:5000"
}