Viewing profile — mic159
mic159
HN member- Joined
- Thu, Feb 07, 2013, 7:24 AM UTC
- HN karma
- 17
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mic159
No profile information was provided.
Recent public activity
-
comment
Comment #22244509
Just remember that authentication and origin checking is completely up to the websocket server. Any random page in a browser can talk to your websocket cross origin, and it's up to…
-
comment
Comment #18850058
Why do you need a reverse proxy? The DNS challenge works without https.
-
comment
Comment #18849992
Yes you can. You control the DNS, just point that subdomain to 127.0.0.1.
-
comment
Comment #18843316
What's wrong with Lets Encrypt and DNS challenge? Then you get a globally recognised cert.
-
comment
Comment #18103011
The websocket server needs to check the "Origin" header from the client. The code then needs to know what is expected (eg localhost or 127.0.0.q). If the origin header is something…
-
comment
Comment #18102966
Does it have any protection from malicious js on another site (say a bad ad on a news site) connecting to your application? I have seen some applications like this, but they fail t…
-
comment
Comment #18102607
With websockets, it's actually up to the server to implement the cross origin detection. The library used in this application does not implement any protection. So it's possible fo…
-
comment
Comment #12971632
The numlock and capslock indicators can be used as confirmation signals coming back so it knows if it is working.
-
comment
Comment #12813521
We are also having issues resolving some .io domains from AWS Sydney (ap-southeast-2)
-
comment
Comment #11868125
This could potentially be simplified by using ws2812 style LEDs like this: https://learn.adafruit.com/neopixel-arcade-button/overview Plus a fade candy controller. Then you just ne…
-
comment
Comment #6692660
But if you host your site on your infrastructure, and it goes down, you can't post status updates to tell people what's going on/ when you will be back online. Its quite reasonable…
-
comment
Comment #6526227
If I understand correctly, there is a key in the DHT that is effectively a list of pointers to all your mail? If so, an attacker could control your inbox by starting a bunch of nod…
-
comment
Comment #5824267
When I send a message to a room, the others see it as "undefined".