node4ords icon indicating copy to clipboard operation
node4ords copied to clipboard

Simple node app to act as web listener for Oracle APEX pages

Results 12 node4ords issues
Sort by recently updated
recently updated
newest added

Hi I'm using node4ords as weblistener on my server with the OXAR project: Https://github.com/OraOpenSource/OXAR And now I want to use this project below to be able to perform the Login...

question

Currently this is designed for development, in that if you specify a root path, it will take you to builder log in. For public internet facing applications, it would be...

enhancement

Affects install. ``` > [email protected] preinstall /opt/node4ords > node scripts/preinstall.js sh: 1: node: not found npm WARN [email protected] No license field. npm ERR! Linux 4.4.0-31-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm"...

https://github.com/helmetjs/helmet/blob/master/README.md

enhancement

Hi The IP address of my server is xxx.xxx.xxx.xxx. If I attempt to go to: http://xxx.xxx.xxx.xxx/ords (excluding /f?p=4550 from the URL), the page simply outputs: ORACLE REST DATA SERVICES 503...

Pretty self explanatory.

enhancement

See: https://speakerdeck.com/ckarande/top-overlooked-security-threats-to-node-dot-js-web-applications

Can use [Morgan](https://github.com/expressjs/morgan) which will produce Apache style documentation. Example of how to implement: (add to `app.js`) ``` js var morgan = require('morgan'); ... app.use(morgan('short')); // TODO change this to...

enhancement