> > >> Maybe you can just use the firewall on your VM to block access to port > 8080? >
I'd rather do it in node, in the same app, if possible... > Then, to answer one of your earlier questions, this is the line that > permits anonymous access for GET and HEAD requests: > > https://github.com/kunxi/tw5-auth/blob/master/app.js#L93 > > You'd just need to remove the chunk: req.method == 'GET' || req.method == > 'HEAD' || > Thanks. I notice that kunxi is using the node-http-proxy module that I was too intimidated to use... Best wishes, Javid -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
