...
The following set up will allow you to work on the Raft3 app in your local environment (http://localhost) while connecting by using a node.js proxy server to connect to the dev servers for authentication and services.
Note: This environment will not work until you have a valid Kerberos account and have been created as a Raft user.
Installation of Required Software
...
- Navigate to /zend_framework/public/local_server/
- Execute npm (node package manager) which will read the package.json file and install the listed dependencies.
- npm install
...
- Issue:
- Proxy starting but never returning
- Fix:
- Make sure you're connecting using either the MIT N or MIT SECURE N wireless network
- Issue:
- Seeing GET http://localhost:8080/rest/v1/user/auth 403 (Forbidden)
- With body content including: "SyntaxError: Unexpected token ILLEGAL"
- Fix:
- The Apache server needs to include the username
...