gmantele / vollt

Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
http://cdsportal.u-strasbg.fr/taptuto/
29 stars 28 forks source link

HTTP header for query responses #136

Open lmichel opened 2 years ago

lmichel commented 2 years ago

When we run a query from the default web page, the resulting files are stored as sync. It would be nice to set a proper HTTP header helping the browser to handle those files. e.g.

Content-Disposition: attachment; filename="processID.xml"
Content-Type: application/x-votable+xml