akamai-staging-proxy
v1.0.9
Published
Node HTTP(s) proxy that runs on port 5050 to helps Akamai customers test their traffic on Akamai staging network
Downloads
12
Readme
Akamai-staging-proxy Server and Chrome Extension Installation and User Guide
A Node based http(s) proxy that can be configured to point to Akamai staging environments without overiding the host file of your machine.
Maintained by Akhil Jayaprakash @ Akamai Technologies Twitter
Installation Guide
Step 1: Install the "Akamai-staging-proxy" server locally
1.1: Install the server by typing the command below in terminal
npm install -g akamai-staging-proxy
1.3: Run Node server by typing the command below in terminal
akamai-staging-proxy
The server is now running on localhost:5050
Step 2: Install Google Example Chrome Proxy Extension
This extension helps you securely send traffic over to the node server running locally. This combination allows for both HTTP and HTTPS traffic
Click here to download the chrome extension.
Usage Instructions
Step 1: Configure "Akamai-staging-proxy" extension with your Akamai staging enviornment settings
Enter multiple hostname:staging-hostname combination into the separated by a comma For example:
For single hostname & staging hostname combination enter : www.foo.com:www.foo.com.edgekey-staging.net
For multiple hostnames & staging hostnames combination enter : www.foo.com:www.foo.com.edgekey-staging.net,static.foo.com:static.foo.edgekey-staging.net
Step 3: Click "save proxy settings" to start routing chrome browser traffic to Akamai Staging
Now all your browser traffic is being proxies via the Akamai-staging-proxy server that you have running locally
Note: You can configure proxy settings for incognito windows as well. In order to do that you will need to first allow the extension to access incognito window
You are all Set!
Tweet at me here if you like the extension
Additional Notes:
- You can always revert back your Chrome browser's proxy settings by selecting "Use the system's proxy settings" within the google proxy extension
- You can keep the node server running if you wish, but if you may wish to stop it anytime by clicking on CRTL-C
Credits
- Chrome Extension code from Mike West @ google
- Node HTTP server based on Node Proxy Server Charlie Robbins, Jarrett Cruger & the Contributors.