Database Reference
In-Depth Information
10. Let's execute a POST request and see the results. Open SoapUI or any other tool
for executing a POST REST request with the following configurations:
◦ Request method type: POST
◦ Request URL: https://localhost:7473/db/data/cypher
◦ Request headers: Accept: application/json; char-
set=UTF-8 and Content-Type: application/json
◦ JSON request: {"query" : "Create (x:restNode) return
x","params" : {}}
11. Execute the REST request and you will not get any response as the request is
denied by our custom security rule, as shown in the following screenshot:
Search WWH ::




Custom Search