• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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