Noman Hasan

Results 5 comments of Noman Hasan

Same for me. HTTPS working fine, but dat:// is not working at all. **dat://beakerbrowser.com/** is not working at all. I've created sites in the library, same issue - says 0...

@redkarsanket Yes you're right, It won't work on NodeJS versions prior to 7.6 . @staminna Have you followed all these steps ? * Run `npm install` to install all the...

@ragavanrajan , Did you clone and ran the NodeJS Api project too ? You need to clone this repo - https://github.com/nomanHasan/todo-api and then follow the instructions to run it before...

@staminna You need to fill the x-www-form-urlencoded POST Body fields to make a successful POST request. ![todo-api-post-issue](https://user-images.githubusercontent.com/6958687/34071874-c8ed608e-e2a7-11e7-8dbb-0240686accec.gif)

@williamJmelton Thank your very much for sharing your findings. But according to the HTTP Method definitions a status code of **204 No Content** is acceptable as a successful DELETE response....