content-filter-example
v0.0.1
Published
An example to show how does content-filter work
Downloads
6
Readme
content-filter-example
To run the example;
clone or download this repo.
extract the zipped repo file.
in the extracted repo directory run the commands below in order
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/"