Ben Birch

Results 24 comments of Ben Birch

This change has been merged to https://github.com/mobz/g.raphael with test case

Copied from original issue Aconex/elasticsearch-head#30 by @alexis779

It really looks like you have a misconfigured CORS settings. couple of things to try; 1) from the same user space as your browser run; curl -v -XOPTIONS -H 'Access-Control-Request-Method:...

@t3chn0m4g3 Also be aware that running with 'standalone server' the browser is making a connection DIRECTLY to elasticsearch, the grunt server just serves the static files.

@hgfischer I've reviewed your patch. I think it would be preferable if the user/pass was more integrated into the way user/pass can be transferred as a url param of head,...

Hi I have been giving this implementation some thought. The concern is that the HMAC is entirely calculable based on things the attacker knows. Consider this scenario; I (a disgruntled...

Ok, I think this is viable. We would need a way of passing the secret to the browser - at the moment 'head still runs as a static app or...

Hi This looks like an interesting solution to a problem many people have. Your PR has a few issues; - The _site directly is generated from the src directory -...

Since both source and built code are part of this repo, A change (unfortunately) requires commit of the built version of the file

@marclennox This sounds like an interested possibility The way proxy will work is by creating a proxy to each cluster defined in the clusters folder, so you could allow the...