Below code is working for both with header and without header to print log request & response. Note: Just comment .addHeader() line if are not using header.
December 2016

PUG/JADE Template
What is PUG//JADE Template ? Pug is a high performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers… PUG//JADE Attributes. Tag attributes look similar to html (with optional comma), but their values are just regular JavaScript. PUG/JADE CODE a(href=’https://www.google.com’ …
Amount is not deposited in users account in stripe
When any user need to deposit amount into another users account then amount is debited from the user but not credited into another account. We need to verify stripe user account. using below legal_entity. address postal_code ssn_last_4 personal_id_number identity_document and for check the status is …
Redirect domain from non-www to www host
To redirect from non-www to www host, just have .htaccess file on your root folder (/var/www/.htaccess) with following code.