Skip to content
Snippets Groups Projects
Commit f92e26c6 authored by Uku Taht's avatar Uku Taht
Browse files

Update Makefile

parent 7b28debc
Branches
No related tags found
No related merge requests found
...@@ -21,8 +21,9 @@ postgres-stop: ...@@ -21,8 +21,9 @@ postgres-stop:
dummy_event: dummy_event:
curl 'http://localhost:8000/api/event' \ curl 'http://localhost:8000/api/event' \
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284' \ -H 'X-Forwarded-For: 127.0.0.1' \
-H 'content-type: text/plain' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284' \
-H 'referer: http://dummy-referrer.site' \ -H 'Content-Type: text/plain' \
-H 'Referer: http://dummy-referrer.site' \
--data-binary '{"n":"pageview","u":"http://dummy.site","d":"dummy.site","r":null,"w":1666}' \ --data-binary '{"n":"pageview","u":"http://dummy.site","d":"dummy.site","r":null,"w":1666}' \
--compressed --compressed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment