websocketd: "Rejected Null Origin"

I get this when running your example application. This is after connecting to it with your sample HTML code. Running Windows 7, Norton 360, Realising that I haven’t specified port and it’s defaulted to 80. Connect to webpage, says SSL error. 403 forbidden. First tried it with port 8080, same error. This is after trying to access it. Any other details, please do ask for.

TEMP FIX -

./websocketd --port=8080 --staticdir html --loglevel=debug ./count.sh 

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 16 (1 by maintainers)

Most upvoted comments

I was able to get it to work as:

$ python -m SimpleHTTPServer 8000
$ $ websocketd --port=8080 ./count.sh

then open http://localhost:8000/