Results for: http://posthere.io/_/privacy
There haven't been any POST requests to http://posthere.io/_/privacy in the last 24 hours.
POSTed something here already? Try one of these cURL examples to see that everything is working OK:
curl -X POST -d "{\"title\": \"L'Étranger\", \"author\": \"Albert Camus\"}" -H "Content-Type: application/json" http://posthere.io/_/privacy?foo=bar\&blat=bloo
curl -X PUT -d "<book><title>L'Étranger</title><author>Albert Camus</author></book>" -H "Content-Type: application/xml" http://posthere.io/_/privacy?foo=bar\&blat=bloo
curl -X PATCH -d "title=L%27%C3%89tranger&author=Albert+Camus" -H "Content-Type: application/x-www-form-urlencoded" http://posthere.io/_/privacy?foo=bar\&blat=bloo