summaryrefslogtreecommitdiff
path: root/requests.http
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-05 12:53:22 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-05 12:53:22 -0600
commit3fa4434d417c4bc85916ed79cc7bbb324b2768ac (patch)
treee2c1586b94f5ac877ad0a260cd95876e99be59da /requests.http
parentbc01c595dc4f78bcbeb81577f4947b42bf8f9d61 (diff)
Add blacklist matching
Diffstat (limited to 'requests.http')
-rw-r--r--requests.http2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests.http b/requests.http
index 52ecad4..c791503 100644
--- a/requests.http
+++ b/requests.http
@@ -2,6 +2,6 @@ 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. Hey man, sorry but this is\\na bad not word ok? No hard feelings.",
"domain": "localhost:5000"
}