Apigee Utility to create an Open API Spec directly from a URL
http://specgen.apistudio.io/open-api/53d49866-433b-476e-bf19-96d312b92f36/run-api
Or via npm: https://www.npmjs.com/package/api2swagger

Technical notes, and other ideas.
Apigee Utility to create an Open API Spec directly from a URL
http://specgen.apistudio.io/open-api/53d49866-433b-476e-bf19-96d312b92f36/run-api
Or via npm: https://www.npmjs.com/package/api2swagger
Refer: https://www.godaddy.com/help/how-to-install-git-on-linux-web-hosting-12391
https://github.com/punkave/mechanic
Command-line tool to manage nginx-powered proxies for node apps. Static file delivery, load balancing, HTTPS, all that jazz with a clean interface.
During Akamai training that heralded the following slide as the "Rosetta Stone" for the order of execution of requests as they flow through an individual Edge server.
Rosetta-Stone-Bot-Manager-Foundations-Training-Materials_049.pdf
Overview Refer: https://developers.google.com/web/updates/2017/04/headless-chrome
With Python: https://duo.com/blog/driving-headless-chrome-with-python
Puppeteer: https://github.com/GoogleChrome/puppeteer
Example Automation: https://tutorialzine.com/2017/08/automating-google-chrome-with-node-js
Getting Started: https://medium.com/@e_mad_ehsan/getting-started-with-puppeteer-and-chrome-headless-for-web-scrapping-6bf5979dee3e
Docker: Refer: https://hub.docker.com/r/justinribeiro/chrome-headless/
NodeJS: Refer: https://www.npmjs.com/package/simple-headless-chrome
$ chromium-browser --headless --disable-gpu --dump-dom https://www.chromestatus.com/
$ chromium-browser
$ which chromium-browser
/usr/bin/chromium-browser
Refer: https://www.hostinger.com/tutorials/wordpress/how-to-add-php-code-to-wordpress-post-or-page
The plug-in is called "Insert PHP" and this version worked, as of "2017-10-16;
10:19 AM] Rohith Poreddy: These are the changes I made to apache config
# X-FRAME Options
Header set X-Frame-Options SAMEORIGIN
# X-XSS-Protection:
Header always set X-XSS-Protection "1; mode=block"
# X-Content-Type-Options:
Header always set X-Content-Type-Options: nosniff
# Content-Security-Policy
Header set Content-Security-Policy "script-src 'self'; object-src 'self'"
[10:20 AM] Rohith Poreddy: In /etc/httpd/conf/httpd.conf
Refer: http://crunchify.com/wordpress-how-to-force-specific-pages-to-be-secure-ssl-https/
That part is actually pretty easy. Just drop this in the wp-config.php. That’ll force the entire admin over SSL, which is what you want in most cases.
define('FORCE_SSL_ADMIN', true);
When updating to a new theme, WP start converting links into embeds, which exposes this site to 3rd party tracking, etc.
Refer: https://kinsta.com/knowledgebase/disable-embeds-wordpress/
Plug-in Used to disable: "Disable Embeds" by Pascal Birchler