|
| 1 | + |
| 2 | +<!--This file is autogenerated. Do not edit!--> |
| 3 | +In this demo you will |
| 4 | + |
| 5 | +* Start locally HAM server |
| 6 | +* Connect to it through proxy |
| 7 | + |
| 8 | + |
| 9 | +## Download the last release<a id="quickinstall_01"></a> |
| 10 | + |
| 11 | +Download the two tar.gz, ham and ham-samples from [github releases](https://github.com/kendarorg/HttpAnsweringMachine/releases) |
| 12 | +and extract them in the same directory |
| 13 | + |
| 14 | +## Starting the sample application<a id="quickinstall_02"></a> |
| 15 | + |
| 16 | +Go on the "calendar" directory and run "runcalendar.bat/sh" |
| 17 | + |
| 18 | +This will start |
| 19 | + |
| 20 | +* ham (localhost:80) |
| 21 | +* be (localhost:8100) proxied by http://localhost/int/be.sample.test |
| 22 | +* gateway (localhost:8090) proxied by http://localhost/int/gateway.sample.test |
| 23 | +* fe (localhost:8080) |
| 24 | + |
| 25 | +<img src="../images/start_sample.gif" width="500"/> |
| 26 | + |
| 27 | +## Configure proxy<a id="proxy_01"></a> |
| 28 | + |
| 29 | +Should set the proxy to 127.0.0.1 And port 1080 for socks5 or 1081 for http/https |
| 30 | + |
| 31 | +<details> |
| 32 | + <summary>Click me for more explanations</summary> |
| 33 | + |
| 34 | +* Chrome: |
| 35 | + * Install [Proxy Switch Omega](https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif) |
| 36 | + * Go to options |
| 37 | + * Add http and https proxy server with |
| 38 | + * Address: 127.0.0.1 |
| 39 | + * Port 1081. |
| 40 | + |
| 41 | + <img alt="Ham Proxyes" src="../images/chrome_proxy.gif" width="500"/> |
| 42 | + * Select "proxy" from the extension menu and back to "direct" when you want to disconnect |
| 43 | + * |
| 44 | + <img alt="Ham Proxyes" src="../images/chrome_proxy_switch.gif" width="100"/> |
| 45 | + |
| 46 | +* Firefox |
| 47 | + * Navigate to [about:preferences](about:preferences) |
| 48 | + * Search for "proxy" |
| 49 | + * Click on "Settings" |
| 50 | + * Go to "Manual proxy Configuration" |
| 51 | + * Select the socks5 proxy |
| 52 | + * Address: 127.0.0.1 |
| 53 | + * Port 1080 |
| 54 | + * Check the "Proxy DNS when using SOCKS v5" flag |
| 55 | + * Clean the settings when needed |
| 56 | + |
| 57 | + <img alt="Ham Proxyes" src="../images/firefox_proxy.gif" width="500"/> |
| 58 | + |
| 59 | +</details> |
| 60 | + |
0 commit comments