The address of content-filter
project is https://github.com/efkan/content-filter
To run the example;
-
Clone or download this repo.
git clone https://github.com/efkan/content-filter-example.git && cd content-filter-example
-
Run the commands below in order
(If you've downloaded the master repo firstly extract the zipped repo file and enter extracted folder directory)npm install && node app
-
To try it Postman or the cURL command below can be used.
curl -X PUT -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{ "something": "the value of something key", "$*malicous": "test" }' "http://localhost:1337/"