doubleleft / hook

A RESTful and extendable Backend as a Service that provides instant backend to develop sites and apps faster, with dead-simple integration for JavaScript, iOS, Android and more.
http://hook-platform.org/
MIT License
770 stars 84 forks source link

Unauthorized 403 connecting to Hook development server #156

Open federicoiosue opened 7 years ago

federicoiosue commented 7 years ago

I'm having a similar problem than #119.

This is what I get when I try a cURL (even from the same host):

va25uoco@123123 [~]$ cd /home/va25uoco/hook.xxxx.xx/hook && hook server
...
PHP 7.1.2 Development Server started at Tue Mar 14 13:03:44 2017
Listening on http://0.0.0.0:4665
Document root is /home/va25uoco/hook.iosue.it/hook/public
Press Ctrl-C to quit.
[Tue Mar 14 13:03:49 2017] 195.110.97.5:28012 [403]: /
[Tue Mar 14 13:03:59 2017] 195.110.97.5:28964 Invalid request (Unexpected EOF)

Moreover, scaffolding a new application gave me this output:

va25uoco@lhcp1094 [~]$ hook app:new myapp
...
endel commented 7 years ago

Hi @federicoiosue. This project hasn't been maintained since PHP 7 has been released. Pull requests are appreciated. Cheers.