Open babbottscott opened 7 years ago
I've monkey patched lib/highcharts-convert.js with
if (request.method == 'GET') { // for server health validation response.statusCode = 200; response.write('OK'); response.close(); }
before the post data is pulled.
Refer to https://github.com/highcharts/highcharts-export-server/issues/51
Need a URI that will be ELB compatible (GET method, return code < 500)