Two ways to test this:
· Run the cell below to see a demo, or
· cURL or browse the API endpoint: https://runkit.io/tripu/symmetrical-encryption-in-node-js/branches/master
exports.endpoint = (request, response) => {
response.end(`<h1>Origin 1</h1>
<p>This link will redirect you to <code>https://www.ietf.org/</code>:</p>
<a href="https://codepen.io/tripu/full/WNNJJbP">
<code>https://codepen.io/tripu/full/WNNJJbP</code>
</a>`);
};
exports.endpoint = (request, response) => {
response.end(`<h1>Origin 1</h1>
<p>This link will redirect you to <code>https://www.ietf.org/</code>:</p>
<a href="https://codepen.io/tripu/full/WNNJJbP">
<code>https://codepen.io/tripu/full/WNNJJbP</code>
</a>`);
};