Akan Udoeyop

Results 5 issues of Akan Udoeyop

I noticed that the response cookies show the 'secure' cookie flag, but not HTTPOnly. {\"name\":\"foobar\",\"value\":\"yooo\",\"version\":0,\"port\":null,\"discard\":null,\"comment_url\":null,\"expires\":null,\"max_age\":null,\"comment\":null,\"secure\":true,\"path\":\"/\",\"domain\":null} Notice the secure flag, but no HttpOnly option. The cookie referenced contains an HttpOnly flag,...

The results [] array in queryURL that gets returned doesnt sync up w/ the values pushed onto it in the promise.then function

Is there a function to DELETE of remove?

When I follow the instructions on the main readme.md file, I am seeing the following: ``` root@ubuntu:~/test/yo/greatDebate# django-admin startproject project root@ubuntu:~/test/yo/greatDebate# cd project/ root@ubuntu:~/test/yo/greatDebate/project# ls manage.py project root@ubuntu:~/test/yo/greatDebate/project# yo django-webapp...