• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Node.js app POST Action gets forbidden

kobelka

New Pleskian
Hi,
I also have problems with one app and node.js.
The app (openhab-cloud) is starting but when I do a POST action in the from of the app I get an forbidden.

In the log files I find this:
Code:
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js-plugin/hoverdir/jquery.hoverdir.js HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    5.69 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js-plugin/pretty-photo/js/jquery.prettyPhoto.js HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    24.7 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    15.9 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    52.2 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js/custom.js HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    33.0 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js/Chart.min.js HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    50.9 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /setTimezone?tz=Europe/Berlin HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    12    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:39    Access    194.127.26.77    200    GET /js-plugin/jquery-cookie/jquery.cookie.js?_=1489595859849 HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    1.86 K    SSL/TLS-Zugriff für nginx
2017-03-15 17:37:40    Error    194.127.26.77    403    POST /register HTTP/1.1    https://opencloud.kobelka.de/    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36    10    SSL/TLS-Zugriff für nginx

Can anybody help me ?
 
Back
Top