@@ -31,8 +31,10 @@ http.createServer((req, response) => {
config.body = req;
}
response.setHeader('Access-Control-Allow-Origin', '*');
request(config)
.on('error', () => response.end())
.pipe(response, {end:true});
}).listen(PORT);
The note is not visible to the blocked user.